Thread: Gani question
View Single Post
  #3  
Old 05-22-2001, 08:14 PM
Spearman Spearman is offline
Registered User
Join Date: Mar 2001
Location: Indiana, USA
Posts: 498
Spearman is on a distinguished road
Send a message via ICQ to Spearman Send a message via AIM to Spearman
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..
Reply With Quote