Thread: Help With NPC!
View Single Post
  #19  
Old 10-24-2001, 11:31 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
if the thing where you warp to a sparring zone doesnt work then

you can try this (not tested.. just made it up)

if (playerdies) {
setstring deadlevel,#L;
setstring deadx,#v(playerx);
setstring deady,#v(playery);
}
if (playerenters) {
this.x=strtofloat(#s(deadx));
this.y=strtofloat(#s(deady));
if (this.x>-1 && this.y>-1) {
setlevel2 #s(deadlevel),playerx,playery;
}
else {
setstring deadlevel,;
setstring deadx,-1;
setstring deady,-1;
}
}
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote