View Single Post
  #4  
Old 02-25-2002, 03:36 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
like this

NPC Code:

if(playerenters){
timeout=0.05
this.test=5;
setstring client.test,##v(this.test);
}

if(timeout){
timeout=0.05;
this.test++;
setplayerprop #c,#s(client.test);
}




the players text should always show the current value of this.test

dont know how to get that to work right
Reply With Quote