/* Expand a dungeon in every direction Input will be added when support functions have been written (C) Zach Forsyth 1995 $VER: 0.5 */ options results address IMPDUNGEON.1 GET MAPX mapx = RESULT GET MAPY mapy = RESULT amount = 10 xoffset = amount yoffset = amount xsize = mapx + (amount * 2) ysize = mapy + (amount * 2) SETOFFSET xoffset yoffset xsize ysize