// TMW-2 Script. // Author: // Jesusalva // Notes: // Protected warp 025-2-1,87,89,0 script #To0254 NPC_HIDDEN,0,0,{ end; OnTouch: .@q=getq(General_Narrator); .@q2=getq2(General_Narrator); // Cheater Detected if (.@q < 20) { warp "Save", 0, 0; die(); end; } if (.@q < 22) { dispbottom l("You can see a small locked door in what seems a tight tunnel. Entering this tunnel without the key would be suicide."); end; } warp "025-4", 27, 91; end; }