// TMW2 Script // Author: // Jesusalva 006-6,53,36,0 script Sign#0066WR NPC_SWORDS_SIGN,{ mesc l("West Room closed for repairs"); close; OnInit: .sex = G_OTHER; .distance = 3; end; } 006-6,46,34,0 script Sign#0066CR NPC_SWORDS_SIGN,{ mesc l("Central Room closed for repairs"); close; OnInit: .sex = G_OTHER; .distance = 3; end; } 006-6,39,36,0 script Sign#0066ER NPC_SWORDS_SIGN,{ mesc l("With Magic and Blades, The Icicle shall break."); close; OnInit: .sex = G_OTHER; .distance = 3; end; } // Effective warps 006-6,40,35,0 script Magic Barrier#0067 NPC_HIDDEN,0,0,{ end; OnTouch: if (!$@ICICLE_CHALLENGE) warp "006-7", 44, 49; else dispbottom l("Your strength is not enough to power on this portal."); end; }