summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-10 01:36:42 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-10 01:36:42 -0200
commit38bbf787fe5fe1df5c4880e9b335c59841951ec0 (patch)
tree290a2a90481dfafc0831d25bbc60fd03a6a6929e
parentff3ed0418785a6dcb7d111ef15e51464631e4fd2 (diff)
downloadserverdata-38bbf787fe5fe1df5c4880e9b335c59841951ec0.tar.gz
serverdata-38bbf787fe5fe1df5c4880e9b335c59841951ec0.tar.bz2
serverdata-38bbf787fe5fe1df5c4880e9b335c59841951ec0.tar.xz
serverdata-38bbf787fe5fe1df5c4880e9b335c59841951ec0.zip
[skip ci] replace npctalk for obvious reasons
-rw-r--r--npc/005-1-1/main.txt14
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;