Thread: Gani warping
View Single Post
  #9  
Old 09-30-2001, 01:18 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by 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;
}

Thanks Ill go test this!
Reply With Quote