Thread: Gani warping
View Single Post
  #2  
Old 09-29-2001, 10:28 PM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
This should work... there is probably a better way of doing it though.

NPC Code:

if (weaponfired) {
setani ganihere,;
sleep 0.5;
timeout = 0.1;
setlevel2 levelname.graal,x,y;
}
if (strequals(#L,levelname.graal)&&timeout) {
setani otherganihere,;
timeout = 0;
}

Reply With Quote