// TMW-2 Script. // Author: // Saulc // Jesusalva 003-3,36,34,0 script Malindou NPC_LLOYD,{ Banker(.name$, "Tulimshar", 15000); close; OnInit: .sex = G_MALE; .distance = 4; end; OnPCLoginEvent: checkclientversion; if (#MerchantBank) { BankVault += max(0, #MerchantBank); #MerchantBank = 0; } end; }