function script ClearVariables { if (@login_event != 1) goto L_Deprecated; if (QL_VALON) { setq CandorQuest_Valon, QL_VALON; QL_VALON=0; } // Don't ask me what code below does // ---------------------------------- if (#BankAccount >= 0) return; if (Zeny >= -#BankAccount) { Zeny = Zeny + #BankAccount; #BankAccount = 0; } // Partial fix #BankAccount = #BankAccount + Zeny; Zeny = 0; return; }