summaryrefslogtreecommitdiff
path: root/npc/003-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3')
-rw-r--r--npc/003-3/malindou.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 845399f91..ab8ff4321 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -2,6 +2,8 @@
// Author:
// Saulc
// Jesusalva
+// Notes:
+// Also handle some PCLogin events: CheckClientVersion, and bank
003-3,36,34,0 script Malindou NPC_LLOYD,{
Banker(.name$, "Tulimshar", 15000);
@@ -14,8 +16,7 @@ OnInit:
OnPCLoginEvent:
checkclientversion;
- if (#MerchantBank)
- {
+ if (#MerchantBank) {
BankVault += max(0, #MerchantBank);
#MerchantBank = 0;
}