i need some help with this script iw as qt it where if i dont maove for 30 sec it hurtsd me and puts a message about my head this is all i can get could some 1 help
NPC Code:
// NPC made by Adam
if (playerentrs) {
toweapons move;
}
if (playertouchsme) {
}
if (hasweapon(move)) {
if (keydown(0)) {
timeout=3;
if (keydown(1)) {
timeout=3;
if (keydown(2)) {
timeout=3;
if (keydown(3)) {
timeout=3;
}
}
}
}
}
if (timeout=3) {
setplayerprop #c,Why arent you moving!;
}