diff options
author | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-29 12:47:43 +0300 |
---|---|---|
committer | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-29 12:47:43 +0300 |
commit | 7c4651fcd1a2c5d7355100e8134e3ff34df842b2 (patch) | |
tree | 11a92c144b01f1e3f1f535d18eee669e9db00ca8 /npc/001-1_Tulimshar/vincent.txt | |
parent | d857a51dfb5891b6be429d82ad4209fb0059d719 (diff) | |
download | serverdata-7c4651fcd1a2c5d7355100e8134e3ff34df842b2.tar.gz serverdata-7c4651fcd1a2c5d7355100e8134e3ff34df842b2.tar.bz2 serverdata-7c4651fcd1a2c5d7355100e8134e3ff34df842b2.tar.xz serverdata-7c4651fcd1a2c5d7355100e8134e3ff34df842b2.zip |
Language and friendlifying newbie quests with timing tips.
Also a minor bugfix to Nickos.
Diffstat (limited to 'npc/001-1_Tulimshar/vincent.txt')
-rw-r--r-- | npc/001-1_Tulimshar/vincent.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt index b2f2e98b..ffd05162 100644 --- a/npc/001-1_Tulimshar/vincent.txt +++ b/npc/001-1_Tulimshar/vincent.txt @@ -4,10 +4,19 @@ if (TMW_Quest >= 10) goto L_Done; if (TMW_Quest == 9) goto L_Progress; if (TMW_Quest == 8) goto L_Start; + if (TMW_Quest < 8) goto L_Convince_Vincent_First; + // If this happens, something is wrong with the above code. + mes "Vincent looks confused."; + close; + +L_Convince_Vincent_First: mes "[Vincent]"; mes "\"I'm making an action figure. I'm almost done with it.\""; + mes ""; + mes "Vincent seems distracted with his near-completed figurine for now."; close; + L_Start: |