
05-22-2001, 08:14 PM
|
Registered User
|
Join Date: Mar 2001
Location: Indiana, USA
Posts: 498
|
|
well...have it so whent he player touchs the ladder the player is frozen for the duration of the gani. Have it look something like this.
//NPC
if(playertouchsme){
freezeplayer .90;
setani climbladder,;
sleep .5;
setlevel 2 levelname,x,y;
}
//END
Make sure that the ladder is the correct hight that the player reaches in the gani.. |
|
|