interact = [ [ 7, 52, "gate1" ], [ 7, 53, "gate2" ], [ 13, 14, "old_cheese" ], [ 8, 23, "cave_w" ], [ 15, 33, "cave_e" ], [ 31, 9, "new_cheese" ], [ 36, 39, "witch_village" ], [ 6, 61, "king" ], [ 6, 62, "king" ], [ 5, 61, "king" ], [ 6, 62, "king" ], ] npc = [ [ 25, 13, "r", "mr_rat", "none", "white_black" ], ] map_script = """ """ [npc_movements] none = ['w'] [objects] gate1 = " teleport('gate', 19, 1) " gate2 = " teleport('gate', 18, 78) " "mr_rat" = ' dialog("Mr. Rat" ,"Hello there young whipper snapper. Off to kill \nthe King I see.\nWell, I wish you luck!" );' old_cheese = "teleport('old_cheese', 38, 37)" cave_w = "teleport('cave_w', 2, 16)" cave_e = "teleport('cave_e', 23, 78)" new_cheese = "teleport('new_cheese', 1, 36)" witch_village = "teleport('witch_village', 1, 38)" king = "teleport('outer_king_palace', 38, 34)"