if i use a normal npc:
NPC Code:
if(playerchats){
if(startswith(jail player,#c){
setstring this.jail,#T(#e(10,-1,#c));
with(getplayer(#s(this.jail))
setlevel2 jail.nw,30,30;
}
}
do that work if the player r in another levl or if he logged off?
k next:
if this npc is a weapon and use getplayer() will that work?
and iz noplayeronwall; so that if no player onwall the loop dont stop also:
NPC Code:
while(true){
noplayeronwall;
messag u r not onwall;
sleep 0.1;
}
or how?
k the next X_x
can i change the this.vars/strings change with the npc server?
and can //#CLIENTSIEDE npcs reda level.vars and this.strings ?
or do they don't work...
plz help me i have never use a npc server
