Quote:
Originally posted by jeff335
if(actionserverside){
setlevel2 level.nw,30,30;
}
//#CLIENTSIDE
if(playerdies){
//call it -hellwarp, add it using the NPC doler or something
triggeraction 0,0,serverside,-hellwarp;
}
|
Yeah I knew I had to put the - so it didnt show up in the inventory. Now I just need to go home and learn what triggeractions is.

I'm sure I'll be doing better once I learn what the commands actually are instead of going through a list looking for one that does what I need.