possibility to permanently change autonomous custom movement route of a single event page in game?

● ARCHIVED · READ-ONLY
Started by Monkey BizNiz 2 posts View original ↗
  1. Hey guys,

    Ive been experimenting a bit with a system where I can place empty events on a map, and those will automatically get filled with information of how they move, how they look, and what they say, etc. This means that using pages for different movement routes in autonomous movement wont be a viable option.

    Now my problem is that ive tried to change the custom movement route in autonomous movement through $dataMap by changing the data of specific events there, but it will reset to whatever it is originally once i restart the game, regardless if i save or not.

    Does anyone have any suggestions or ideas or know where I might change the event properties at the root, that it may stay permanent throughout the game.

    Thanks in advance,
  2. Monkey BizNiz said:
    Hey guys,

    Ive been experimenting a bit with a system where I can place empty events on a map, and those will automatically get filled with information of how they move, how they look, and what they say, etc. This means that using pages for different movement routes in autonomous movement wont be a viable option.

    Now my problem is that ive tried to change the custom movement route in autonomous movement through $dataMap by changing the data of specific events there, but it will reset to whatever it is originally once i restart the game, regardless if i save or not.

    Does anyone have any suggestions or ideas or know where I might change the event properties at the root, that it may stay permanent throughout the game.

    Thanks in advance,
    Found out that adjusting it in $gameMap instead of $dataMap solves my problem. Problem solved!