From 359e460edcce2991df20ae2440cb3f9036778e66 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 1 Nov 2018 11:08:46 -0200 Subject: Noobs scenario ready. Now only the Main Event missing. --- npc/019-2/guards.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/019-2') diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index d0fac5e3a..3eec57035 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -50,10 +50,15 @@ L_Noob: mesn; mesq l("Hey, you! We need help to get rid from some remaining monsters at Nivalis City."); + mesq l("No need to kill the Fluffies, though."); next; mesn; mesq l("Are you up for the challenge?"); - + if (askyesno() == ASK_YES) { + @nlib_wave=0; + @nlib_time=0; + addtimer(5000, "#NLib_Siege::OnLoop"); + } close; L_Veteran: -- cgit v1.2.3-60-g2f50