From f17bdfb197fa163f4a11b475b3d351f90ba395f9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 9 Jan 2019 19:08:31 -0200 Subject: Fix bugs at Call Of Dusty --- npc/018-2-1/dustman.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/018-2-1') diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 089725d26..03736fe72 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -132,6 +132,8 @@ L_SkipIntro: if (.state == 0) { mesn; mesq l("The event starts hourly, when the minute clock hits zero. I'll tell everyone on this room when it starts and ends."); + next; + mesn; mesc l("Do you want to exchange some of your @@ @@ for items?", countitem(BottledDust), getitemlink(BottledDust)); mes ""; if (askyesno() == ASK_YES) { @@ -141,6 +143,7 @@ L_SkipIntro: close; } + mesc l("Do you want to participate on Call Of Dusty?"); // Do you want to participate? if (askyesno() == ASK_YES) { mes ""; @@ -205,13 +208,13 @@ OnInit: OnMinute00: .state=1; donpcevent("#COD_BossManager::OnEventStart"); - npctalk l("Call Of Dusty: Event Start!"); + npctalk("Call Of Dusty: Event Start!"); end; OnCoDEnd: OnMinute15: .state=0; - npctalk l("Call Of Dusty: Event End!"); + npctalk("Call Of Dusty: Event End!"); end; OnMinute30: -- cgit v1.2.3-70-g09d2