72911cb6f ^
1 2 3 4 5 6 7 8 9 10 11 12 13
// TMW2 Script // Author: // Jesusalva 006-2-2,35,24,0 script #PiouGate NPC_HIDDEN,1,0,{ end; OnTouch: // TODO Checks dispbottom l("This gate is still sealed."); end; }