Thread: ok .....
View Single Post
  #6  
Old 07-08-2001, 01:01 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
if you make a system npc
like
timeout=.5;
if (timeout&&#s(server.warp)==#a) {
setlevel2 blah.graal;}

and the npcw

if (weaponfired&&!on) {
set on;
setplayerprop #c,Off.;
}
else
if (weaponfired&&on) {set off;
setplayerprop #c,On;
}

if (on) {
if (playerchats&&strequals(#c, ) {setstring server.warp,#c;
setplayerprop #c,Warped;
unset on;
}
not sure about the system npc part (first part)
Reply With Quote