summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 4b85640c..8f2729b0 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -9,6 +9,7 @@ function script ClearVariables {
// Don't ask me what code below does
// ----------------------------------
+ /*
if (#BankAccount >= 0) return;
if (Zeny >= -#BankAccount) {
Zeny = Zeny + #BankAccount;
@@ -18,6 +19,7 @@ function script ClearVariables {
// Partial fix
#BankAccount = #BankAccount + Zeny;
Zeny = 0;
+ */
return;
}