View Single Post
  #3  
Old 03-07-2004, 12:12 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
you mean?
NPC Code:

if(actionserverside){
with(getplayer(#p(0))){
this.x=playerx;
this.y=playery;
setstring this.lvl,#L;
}
with(getplayer(#p(1))){
setlevel2 #s(this.lvl),#v(this.x),#v(this.y);
}
}
//#CLIENTSIDE
if(playerchats&&startswith(/summon,#c)){
tokenize #c;
triggeraction 0,0,serverside,-Summon,#a,#t(1);
}


?
Reply With Quote