summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-26 07:17:04 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-26 07:17:04 -0300
commit0ed4665e14b6df06788c7b24c75380a230a8be61 (patch)
tree27651cc09333102c5f8d5ef759922d5f24a98288 /npc
parent6cd1cd63727cd38852372c59f776874f5698fcd9 (diff)
downloadserverdata-0ed4665e14b6df06788c7b24c75380a230a8be61.tar.gz
serverdata-0ed4665e14b6df06788c7b24c75380a230a8be61.tar.bz2
serverdata-0ed4665e14b6df06788c7b24c75380a230a8be61.tar.xz
serverdata-0ed4665e14b6df06788c7b24c75380a230a8be61.zip
If you talk to Rosen for shopping, is locked in Candor and Tutorial mode is on.
He'll warn you. Please spend responsibly. You CAN run out of GP and need to start over. There's no warning if you interact with the shop directly.
Diffstat (limited to 'npc')
-rw-r--r--npc/005-4/rosen.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt
index 11d0166e5..fb2e5ed6b 100644
--- a/npc/005-4/rosen.txt
+++ b/npc/005-4/rosen.txt
@@ -41,6 +41,12 @@
switch (@menu)
{
case 1:
+ if (!getq(General_Narrator) && TUTORIAL) {
+ mesn;
+ mesc l("Please spend responsibly. You still need to pay Nard for a ship travel and there's only so much money you can find on a small island like Candor."), 1;
+ mesc l("And some of the shop items can be found as drops or in quests!");
+ next;
+ }
closedialog;
shop "Shop#Candor";
close;