Map error coordinates

Mauricio Diaz Garcia
06 Dec 2016, 22:34

Hi guys, any idea how to solve this problem:

Error running script: Error evaluating expression 'DictionaryItem(coordinates, coordinate)': The given key was not present in the dictionary.

I'm moving two different things through a map using the Quest map. When I switch from one to another I receive that.

Thanks,


Niekitty
08 Dec 2016, 23:18

        You have now encountered THE map error, I believe.
        The built in map display system has horrific issues with scripted relocation of the player perspective.
        So far, the only way around this (that I have seen), is to have scripts that run at launch, and rapidly, hidden from the player, explore every room in the map BEFORE the player gets to do anything. Apparently, that gives the engine an awareness of where everything is, and settles the map coordinates. Or so I've read. I haven't used it, personally.