diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:09:17 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:09:17 -0200 |
commit | 76422d91205ec372da6d751e6eda364318a30435 (patch) | |
tree | 1960952f86274a3f827dfc718d9ec1e4ed6c6885 /npc/003-1 | |
parent | 71b39304afb6ff93d341f1e871b9445f97138046 (diff) | |
download | serverdata-76422d91205ec372da6d751e6eda364318a30435.tar.gz serverdata-76422d91205ec372da6d751e6eda364318a30435.tar.bz2 serverdata-76422d91205ec372da6d751e6eda364318a30435.tar.xz serverdata-76422d91205ec372da6d751e6eda364318a30435.zip |
Tip players about secret cave in Tulimshar. This MUST NOT be a straight give
away. Just enough for new players.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ched.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |