diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index b61d65afd..507396f51 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -154,6 +154,15 @@ L_Admus: L_MKControl: mesn; mes l("Oh noes! You've found the Hurnscald control panel!"); + next; + select + l("Abort"), + l("Initiate a siege"); + mes ""; + if (@menu == 2) { + doevent "#HurnscaldSiege::OnStartSiege"; + closedialog; + } close; // Hurnscald Liberation Day Core Logic @@ -603,10 +612,11 @@ OnRespawn: // Begin Siege OnMKSiege: + $@SIEGE_HURNS=rand(1,10); +OnStartSiege: siege_setup("014-3"); siege_setup("012-1"); kamibroadcast(col("WARNING! WARNING! Siege starting at Hurnscald!!",1)); - $@SIEGE_HURNS=rand(1,10); siege_cast("014-3", .name$, 0, TP_HURNS); initnpctimer; end; |