diff options
-rw-r--r-- | npc/005-1-1/main.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index 7562dfcdc..c8df94d1a 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -61,31 +61,31 @@ OnStart: close; OnTimer10000: - npctalk "50 seconds!"; + dispbottom "50 seconds!"; end; OnTimer20000: - npctalk "40 seconds!"; + dispbottom "40 seconds!"; end; OnTimer30000: - npctalk "30 seconds!"; + dispbottom "30 seconds!"; end; OnTimer40000: - npctalk "20 seconds!"; + dispbottom "20 seconds!"; end; OnTimer50000: - npctalk "10 seconds!"; + dispbottom "10 seconds!"; end; OnTimer55000: - npctalk "5 seconds!"; + dispbottom "5 seconds!"; end; OnTimer60000: - npctalk "Start!"; + dispbottom l("Start!"); //stopnpctimer; end; |