diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 13:17:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 13:17:01 -0300 |
commit | 459c130d50a207dc2f99a169fed918e680147062 (patch) | |
tree | b8f398aa45ad34f191ecf32ad79c8ca0f59dca01 /npc/003-2/lua.txt | |
parent | 000f22ab664a161098c119601373dc46413c5be8 (diff) | |
download | serverdata-459c130d50a207dc2f99a169fed918e680147062.tar.gz serverdata-459c130d50a207dc2f99a169fed918e680147062.tar.bz2 serverdata-459c130d50a207dc2f99a169fed918e680147062.tar.xz serverdata-459c130d50a207dc2f99a169fed918e680147062.zip |
After some live testing, Inn Cutscene is complete :3
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 0887c0d5a..2e034b06c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -309,7 +309,9 @@ L_Task: goto L_Finish; } } - Exception("Something went wrong, this is not a valid MQ2 state: "+.@q2); + //Exception("Something went wrong, this is not a valid MQ2 state: "+.@q2); + mesn; + mesq l("Safe travels!"); close; @@ -379,7 +381,7 @@ function luaAssignTask2 { next; mesn; mes l("%s is by becoming a %s.", b(l("The first job,")), b(l("Fisherman/Fisherwoman"))); - mes l("Food is, and should always will be, in demand."); + mes l("Food is, and should always be, in demand."); // If you skipped Tutorial: You already know all this tutmes l("Fishing is a boring task. Throw the bait, wait for fish to bite. Pull before it is too late. Then sell the fish for money."), l("Fishing"); next; |