From 38bbf787fe5fe1df5c4880e9b335c59841951ec0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Feb 2019 01:36:42 -0200 Subject: [skip ci] replace npctalk for obvious reasons --- npc/005-1-1/main.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/005-1-1') 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; -- cgit v1.2.3-60-g2f50