Thread: strlen + #e
View Single Post
  #17  
Old 01-26-2004, 11:41 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
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.
He is setting a string, not a variable.
__________________
-Kjetil Valen
Reply With Quote