// Evol scripts. // Authors: // 4144 // Reid // Description: // A box with clothes for new players. 001-2-22,51,37,0 script Chest#Artis NPC_CHEST_BIG,{ .dir = 2; initnpctimer; startnpctimer; close; OnTimer220: stopnpctimer; if (.dir == 2) .dir = 4; if (.dir == 6) .dir = 0; end; L_Quit: .dir = 6; initnpctimer; startnpctimer; close; OnInit: .distance = 2; end; }