// The Sewer Grate
021-1.gat,53,105,0|script|#tulimsharsewer3|45,1,1,{
mes "[Sewer]";
mes "\"Descend into the sewers?\"";
next;
menu
"Yes.", L_SewerNorth,
"Nevermind", -;
goto L_Close;
L_SewerNorth:
warp "021-3",57,101;
goto L_Close;
L_Close:
close;
}