Thread: Gani Probs
View Single Post
  #2  
Old 08-15-2004, 05:28 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
setani sets the players ani;
NPC Code:
setani ANINAME_WITHOUT_.GANI,PARAMS;


In your case, just do this:
NPC Code:
 if (playerenters) {
setani walk,;
}

__________________
-Kjetil Valen
Reply With Quote