Thread: Help With NPC!
View Single Post
  #14  
Old 10-24-2001, 05:57 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Since you can't warp when you're dead, can't you try this?

if (playerdies) {timeout=3;}
if (timeout) {setlevel2 blah.graal,30,30;}
Reply With Quote