summaryrefslogtreecommitdiff
path: root/npc/commands/debug-preset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug-preset.txt')
-rw-r--r--npc/commands/debug-preset.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/debug-preset.txt b/npc/commands/debug-preset.txt
index 1fbad520..f72ce657 100644
--- a/npc/commands/debug-preset.txt
+++ b/npc/commands/debug-preset.txt
@@ -145,7 +145,7 @@ function script DoRoutine {
.@base = readparam(bAgi);
statusup2 bAgi, parsev(.@base, .@args$[0], 1, 99) - .@base;
break;
- case 98: /* b => body type */
+ case 98: /* b => gender */
.@desired_bt = max(1, min(3, .@a));
break;
case 99: /* c => job */
@@ -225,9 +225,9 @@ function script DoRoutine {
}
}
- if (.@desired_bt && BodyType != .@desired_bt) {
+ if (.@desired_bt && Gender != .@desired_bt) {
sleep2(500);
- BodyType = .@desired_bt; // this forces a logout so we must be it last
+ Gender = .@desired_bt; // this forces a logout so we must be it last
}
return;