From 76422d91205ec372da6d751e6eda364318a30435 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 21:09:17 -0200 Subject: Tip players about secret cave in Tulimshar. This MUST NOT be a straight give away. Just enough for new players. --- npc/003-1/ched.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index 244b8901a..df51cd581 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -65,7 +65,10 @@ if (season() == SUMMER && !$@GM_OVERRIDE) goto L_Summer; if ((season() == AUTUMN && !.@claimed)) goto L_Autumn; - hello; + if (rand(0,10) == 6) + npctalk3("I wanted to go to the beach, but I can't find the cave entrance. They told me to look around here... What am I doing wrong?"); + else + hello; end; // Summer Event -- cgit v1.2.3-70-g09d2