b5b001e4-5e61-4f84-9180-237064dc5b44 1.0 2016 512 VisitRoom (game.pov.parent) WhiteSmoke false the extended tileset - None (No Border) 2 2 2 2 3 3 3 3 1 to the standard tileset East End (Path West) 0 North End (Path South) 0 West End (Path East) 0 South End (Path North) 0 Hallway E/W (Path East-West) 0 0 Hallway N/S (Path North-South) 1 0 0 Northeast Corner SteelBlue 2 Northwest Corner SteelBlue 2 Southeast Corner SteelBlue 2 Southwest Corner SteelBlue 2 North Wall DeepPink 3 East Wall DeepPink 3 South Wall DeepPink 3 West Wall DeepPink 3 Box (Default) false the standard tileset - 0 0 0 0 Hallway E/W (Path East-West) 0 0 Hallway N/S (Path North-South) 1 0 0 15 14 13 11 7 12 9 6 3 5 10 8 4 2 1 0 if (not GetBoolean(room, "genvisited")) { room.genvisited = true Grid_CalculateMapCoordinates (room, game.pov) Grid_DrawRoom (room, false, game.pov) foreach (exit, AllExits()) { if (exit.parent = room) { VisitRoom (exit.to) } } }