summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index e78a7134..64b4ad57 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -7,7 +7,7 @@ L_Begin:
mes "Your range: "+readbattleparam(getcharid(3), UDT_ATKRANGE);
mes "Bow range: "+getiteminfo(Bow, ITEMINFO_RANGE);
menu
- "Reset stat points.", L_Level,
+ "Reset stat points.", L_ResetStatusPoints,
"Change my level.", L_Level,
"Change other stuff.", L_Stats,
"Change my basic skills.", L_BasicSkills,
@@ -56,6 +56,12 @@ L_SameLevel:
next;
goto L_Begin;
+L_ResetStatusPoints:
+ resetstatus;
+ mes "Stats successfully resetted.";
+ next;
+ goto L_Begin;
+
L_BasicSkills:
adddefaultskills();
goto L_Begin;