1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// TMW2 Script // Author: // Saulc // Jesusalva 003-1,45,80,0 script Well#003-1 NPC_NO_SPRITE,{ mes l("This well is too deep and you don't have a bucket."); close; OnInit: .sex = G_OTHER; .distance = 3; end; }