// The Sewer Grate
021-1.gat,145,136,0|script|#tulimsharsewer2|45,1,1,{
mes "[Sewer]";
mes "\"Descend into the sewers?\"";
next;
menu
"Yes.", L_SewerNorth,
"Nevermind", -;
goto L_Close;
L_SewerNorth:
warp "021-3",143,129;
goto L_Close;
L_Close:
close;
}