From 2962623c188b76ffd41592d724788adc3f7d6893 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Sep 2022 20:41:52 -0300 Subject: Add a couple reminders for the n00bs like NetSysFire. --- npc/001-7/homunculus.txt | 2 ++ npc/023-3-1/logic.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 8ab51ac02..5a34e0fdb 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -72,6 +72,8 @@ OnTouch: if (.@q != 511) Exception("Invalid quest state: "+.@q, RB_DEFAULT|RB_SPEECH|RB_ISFATAL); mesc l("Are you sure you want to proceed? You CANNOT COME BACK!"), 1; + if (TUTORIAL) + mesc l("Reminder: Keep an eye out for traps."); if (askyesno() == ASK_NO) close; } diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 6715b8ca4..205598828 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -255,6 +255,10 @@ OnW01: unittalk(@ISBAMUTH, l("Be cursed, you fool!")); sc_start(SC_CURSE, 3000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); + // Maybe you're stupidly ignoring what we just said? + if (TUTORIAL) + dispbottom col(l("REMINDER: You do not need to kill anything, you need to ##BSURVIVE##b!"), 3); + addtimer(45000, .@n$+"::OnW01"); end; -- cgit v1.2.3-60-g2f50