// TMW-2 Script. // Author: // +Seeds // Jesusalva 006-2-1,41,66,0 script Chirp NPC_PIOU_BANKER,{ Banker(.name$, "Piou Isles", 8000); close; OnInit: .sex = OTHER; .distance = 4; end; }