diff options
author | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
commit | e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652 (patch) | |
tree | c57506b8665c9acc305bc6c85064bb4a7ab1fbc5 /world/map/npc/001-1/luca.txt | |
parent | 566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff) | |
parent | c84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff) | |
download | serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.gz serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.bz2 serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.xz serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.zip |
Merge pull request #79 from wushin/Tile-Fixes-Map-Travelv2014.4.16
Tile map fixes sprite travel
Diffstat (limited to 'world/map/npc/001-1/luca.txt')
-rw-r--r-- | world/map/npc/001-1/luca.txt | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/world/map/npc/001-1/luca.txt b/world/map/npc/001-1/luca.txt index 61d27cd4..84d9491b 100644 --- a/world/map/npc/001-1/luca.txt +++ b/world/map/npc/001-1/luca.txt @@ -60,12 +60,9 @@ L_Next: menu "Yeah!", L_teach0_follow, "Certainly!", L_teach0_follow, - "Wait... what do you mean?", L_CallExplain, - "Please explain some more.", L_CallExplain, + "Wait... what do you mean?", L_Explain, + "Please explain some more.", L_Explain, "No.", L_Nev; -L_CallExplain: - callsub S_explain; - goto L_teach0_follow; L_teach0_follow: mes "[Luca the Hunter]"; @@ -138,7 +135,7 @@ L_wronganswer: mes "\"No, that was wrong. I suppose you're not as experienced as I thought you'd be.\""; goto L_Close; -S_explain: +L_Explain: mes "[Luca the Hunter]"; mes "\"Alright, what do you want to know?\""; next; @@ -149,9 +146,7 @@ L_Explain_loop: "What's skill focus?", L_explain_focus, "What skills are there?", L_explain_skills, "How do skills work?", L_explain_work, - "Thanks, I think I got it!", L_Return; -L_Return: - return; + "Thanks, I think I got it!", L_Next; L_explain_focus: mes "[Luca the Hunter]"; @@ -292,8 +287,7 @@ L_MenuItems: goto L_Close; L_teachmore_explain: - callsub S_explain; - goto L_teachmore2; + goto L_Explain; L_focus: getunactivatedpoolskilllist; |