Thread: strlen + #e
View Single Post
  #20  
Old 01-27-2004, 03:21 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally posted by mhermher



Fine, make a level..
a NPC:

if (timeout||playerenters) {
this.msg=123456;
unset this.msg;
timeout=0.05;
message #v(this.msg);
}

Try that.
NPC Code:

if(created)
set flag name;



Use unset flag name in that case, not with variables or strings :P
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote