blob: 6a77a9b42686603e1af9903843e2d376471502a2 (
plain) (
tree)
|
|
001-1,58,83,0 script #tulimsharsewer1 NPC45,0,0,{
mes "Descend into the sewers?";
next;
menu
"Yes.", L_Sewer,
"Nevermind.", L_close;
L_Sewer:
warp "021-3",57,100;
goto L_close;
L_close:
close;
}
|