diff options
author | wushin <pasekei@gmail.com> | 2016-01-26 13:32:37 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:04:36 -0500 |
commit | d0b2262fc38ecfa47671e1738d657b4317238499 (patch) | |
tree | 22eb4405d461e8e7d7040273895b5a81d95a0500 /world/map/npc/029-2/stat_reset.txt | |
parent | f28b9ef883c8da9a890096d8e05865b90795c46d (diff) | |
download | serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.gz serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.bz2 serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.xz serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.zip |
Move gender selection to intro dialogue
Diffstat (limited to 'world/map/npc/029-2/stat_reset.txt')
-rw-r--r-- | world/map/npc/029-2/stat_reset.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/world/map/npc/029-2/stat_reset.txt b/world/map/npc/029-2/stat_reset.txt index 6123f632..427a1da5 100644 --- a/world/map/npc/029-2/stat_reset.txt +++ b/world/map/npc/029-2/stat_reset.txt @@ -11,11 +11,18 @@ mes "[Jessie]"; mes "\"I know a spell that will"; mes "reset status points on the youngings."; + mes ""; + mes "I can also change their appearance.\""; next; menu "Reset my stats",L_Reset, + "Change my appearance", L_Appearance, "Forget about it",L_Pass; +L_Appearance: + callfunc "Barber"; + goto L_Pass; + L_Reset: resetstatus; @@ -35,8 +42,9 @@ L_Sorry: mes "\"My spell only works on the very young, sorry.\""; next; mes "\"You can try Mailvox in the Tulimshar Bazaar or Wyara in the Potion Shop in Hurnscald.\""; - next; - goto L_Close; + menu + "Change my appearance", L_Appearance, + "Bye", L_Close; L_Close: close; |