From 3451932a69c0907285cf5398949fdb6bc7a49e24 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 31 Aug 2011 10:43:00 +0200 Subject: Tutorial: get the starting money with some storywise explanation --- world/map/npc/042-2/tanisha.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'world/map/npc/042-2/tanisha.txt') diff --git a/world/map/npc/042-2/tanisha.txt b/world/map/npc/042-2/tanisha.txt index aa3cc662..a4bbeb13 100644 --- a/world/map/npc/042-2/tanisha.txt +++ b/world/map/npc/042-2/tanisha.txt @@ -98,12 +98,17 @@ L_StatsRe: mes "[Tanisha]"; mes "\"But I doubt he'd do that without a service in return.\""; - if (tanisha == 3) goto L_Advice; + if (tanisha == 3) goto L_Money; close; -L_Advice: +L_Money: next; mes "[Tanisha]"; + mes "\"Hey, you are so smart taking out all that yucky maggots for me."; + mes "You can have my pocket money. Here.\""; + set Zeny, Zeny + 5; +L_Advice: + next; mes "\"When you go to Tulimshar, you should see Bernard. He can make a delicious soup!"; mes "Good luck!\""; emotion 3; -- cgit v1.2.3-70-g09d2