summaryrefslogtreecommitdiff
path: root/npc/001-1/juscare.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/juscare.txt')
-rw-r--r--npc/001-1/juscare.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt
index 694668af..393186fa 100644
--- a/npc/001-1/juscare.txt
+++ b/npc/001-1/juscare.txt
@@ -22,14 +22,6 @@
close;
}
- function randomTalk {
- if (Repeat_NPC_lock <= gettimetick(2))
- {
- Repeat_NPC_lock = gettimetick(2) + 2;
- villagertalk;
- }
- }
-
npc_pausemove;
@Juscar_old_dir = -1;
if (shouldTurn())
@@ -39,7 +31,7 @@
npc_turntoxy(.@cx, .@cy);
}
- randomTalk;
+ villagertalk();
localClose;