Thread: Help With NPC!
View Single Post
  #1  
Old 10-22-2001, 10:25 AM
MattPlug MattPlug is offline
Registered User
Join Date: Sep 2001
Posts: 35
MattPlug is on a distinguished road
Help With NPC!

How can I make it where when the player dies it warps that person somewhere....I've tried
if (playerdied) {
setlevel2 blah.graal,30,30;
}

and

if (playerdies) {
setlevel2 blah.graal,30,30;
}

I've made sure I had the lvl name right and all. How can I get this to work? Do I have the right one or what? Also does any one know if showimg with the index of 202 is private like so no one else can see?
Reply With Quote