summaryrefslogtreecommitdiff
path: root/npc/commands/debug-look.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug-look.txt')
-rw-r--r--npc/commands/debug-look.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/commands/debug-look.txt b/npc/commands/debug-look.txt
index 3c4640c5..ef12e83e 100644
--- a/npc/commands/debug-look.txt
+++ b/npc/commands/debug-look.txt
@@ -1,6 +1,6 @@
function script BarberDebug {
- function setGender {
+ function setGender {
//clear;
//setnpcdialogtitle l("Appearance Debug - Sex Change");
//mes l("Please choose the desired gender:");
@@ -18,7 +18,7 @@ function script BarberDebug {
closedialog;
changecharsex;
}
- function setStyle {
+ function setStyle {
clear;
setnpcdialogtitle l("Appearance Debug - Barber");
mes l("Hair style") + ": " + getlook (LOOK_HAIR);
@@ -28,7 +28,7 @@ function script BarberDebug {
setlook LOOK_HAIR, max(1, min(0xFF, .@h));
return;
}
- function setColor {
+ function setColor {
clear;
setnpcdialogtitle l("Appearance Debug - Barber");
mes l("Hair color") + ": " + getlook (LOOK_HAIR_COLOR);
@@ -38,7 +38,7 @@ function script BarberDebug {
setlook LOOK_HAIR_COLOR, max(0, min(0xFF, .@h));
return;
}
- function setRace {
+ function setRace {
clear;
setnpcdialogtitle l("Appearance Debug - Race");
mes l("Race") + ": " + Class;