How to add an event instance to the current map?

● ARCHIVED · READ-ONLY
Started by Hendrik 3 posts View original ↗
  1. Hello,

    im trying to figure out how to add an event to the current map.

    I tried using a modified version the Game_Follower class.

    I just want to add one of the partys hero to the map.

    I found nothing in the source so far what could help.

    Someone have an idea?
  2. 1) I assume you want to add an event that pretends to be one of the actors that had been removed from the party, possibly with the options of rejoining?


    In that case, if you want that ability only on special maps, you can simply create an event on those maps that is deactivated and outside visible areas, and move it to where it is needed when its activated.


    If you want to place events like that on any map, then you'll need to clone events from a different map - make one special map with the events that have the correct sprite and clone them to the current map if neede.


    You should not make an event based on the follower class, that has different functions.