1 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
2 # or any later version. For details on its copyright, license, and warranties,
3 # see the file NOTICE in the root directory of the PlomRogue source package.
6 from client.config.world_data import world_data
7 from client.io import send
11 string = "THINGS_HERE " + str(world_data["map_center"][0]) + " " \
12 + str(world_data["map_center"][1])
14 world_data["look"] = ["(polling)"]
15 world_data["look_scroll"] = 0