Actually also you can do this i remember:
NPC Code:
if (created||playerenters) {
timeout=.05;
}
if (timeout) timeout=.05;
if (keydown(0)) message hi;
because it was activated and than it was continuing...right?
sorry about the keydown(i) i was kinda tired, now i realixe cause you can't call it alone.