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