blob: 951d57cbed950684da37c0904fe7b69e9cef80c8 (
plain) (
tree)
|
|
// 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;
}
|