View Single Post
  #5  
Old 08-07-2001, 02:53 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
try this:
NPC Code:
if (playertouchsme) { 
toweapons Warper;
}
if (playerchats) {
if(startswith(warpto,#c)) {
setlevel #e(7,-1,#c).graal;
}
else if(startswith(setx,#c)) {
playerx=strtofloat(#e(5,-1,#c));
}
else if(startswith(sety,#c)) {
playery=strtofloat(#e(5,-1,#c));
}
}


__________________
Do it with a DON!
Reply With Quote