Thread: Stopwatch
View Single Post
  #3  
Old 08-30-2002, 08:37 AM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
LOL, what did you do exactly? Something like this:
NPC Code:

if (created)
{set on;
timeout=0.25;}

if (timeout)
{ if (on)
{ this.watch=this.watch+0.25;
showimg 1,@#v(this.watch),playerx-1.5,playery-1.5;
timeout=0.25;
}
if (!on)
{ timeout=0;}
if (keydown(6))
{ unset on;}
}


---Shifter
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
Reply With Quote