summaryrefslogtreecommitdiff
path: root/npc/003-8/intensebeard.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-31 22:37:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-31 22:37:05 -0300
commiteb80c062079bfc8c7ff202c793b0a42480296a25 (patch)
tree44d121a61f0b6d8c0e1367d96fa591118c3078b9 /npc/003-8/intensebeard.txt
parent48b721f7b1e35c7857aecba5f84e34129d7387f9 (diff)
downloadserverdata-eb80c062079bfc8c7ff202c793b0a42480296a25.tar.gz
serverdata-eb80c062079bfc8c7ff202c793b0a42480296a25.tar.bz2
serverdata-eb80c062079bfc8c7ff202c793b0a42480296a25.tar.xz
serverdata-eb80c062079bfc8c7ff202c793b0a42480296a25.zip
Improve the display of csys_gui()
Diffstat (limited to 'npc/003-8/intensebeard.txt')
-rw-r--r--npc/003-8/intensebeard.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/003-8/intensebeard.txt b/npc/003-8/intensebeard.txt
index f82d41e4e..b42faaed3 100644
--- a/npc/003-8/intensebeard.txt
+++ b/npc/003-8/intensebeard.txt
@@ -15,11 +15,9 @@
mesn;
mesq l("Let's learn new recipes! Do you wanna?");
next;
- csysGUI_Report();
+ .@bool=false;
do {
- mesc l("Craft Skill Lv: "+getskilllv(TMW2_CRAFT));
- mesc l("Monster Points: @@ | Gold: @@",
- format_number(Mobpt), format_number(Zeny));
+ csysGUI_Report(.@bool);
mesc l("Learn what?");
mes "";
.@opt$="Nothing";
@@ -134,6 +132,10 @@
mesc l("Not enough Monster Points!"), 1;
break;
}
+
+ // Update boolean
+ if (!.@bool)
+ .@bool=true;
} while (@menu != 1);
close;