View Single Post
  #4  
Old 03-04-2002, 05:18 AM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
-=Josey=-
Also, to acces a string you've set yourself use something like:
NPC Code:

if (playerenters){
setstring client.test,hi;
timeout=1;
}
if (timeout){
setplayerprop #c,#s(client.test);
}


You can also use numbers with something like:
NPC Code:

if (playerenters){
setstring client.test,11;
timeout=1;
}
if (timeout){
setplayerprop #c,strtofloat(#s(client.test));
}


If you need any more help contact me via AIM or MSN Messenger. My contact information is in my signature.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote