kts.GetRandomPos – generate a random position within the dungeon
result = kts.GetRandomPos()
Generates a random position within the dungeon and returns it.
The return value is a table with two fields x
and y
giving the co-ordinates of the random position.
This will error if it is called when there is no game in progress (e.g. during quest selection/setup).