summaryrefslogtreecommitdiff
path: root/npc/commands/debug-look.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-15 11:54:43 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-15 11:54:43 -0500
commitfc4c06b12d35e62bcf52e19bd8a8754166b55efc (patch)
tree65a69067d4d5650ab7c02f3892234ce2ba3141b4 /npc/commands/debug-look.txt
parentf0687a529a0a143b0ceca96eb0546c39199f2878 (diff)
downloadserverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.tar.gz
serverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.tar.bz2
serverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.tar.xz
serverdata-fc4c06b12d35e62bcf52e19bd8a8754166b55efc.zip
rectify the indentation
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;