View Single Post
  #22  
Old 10-31-2005, 12:47 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
still doesn't work:

NPC Code:
if (actionserverside){
if(strequals(#p(0),warp)){
setlevel2 begin_darkrival2.nw,31,31;
}
}
//#CLIENTSIDE
if(actionleftmouse){
setgender male;
sethead head.png;
setbody body.png;
enabledefmovement;
hideplayer.05;
triggeraction x,y,serverside,warp;
}

Reply With Quote