- Joined
- Oct 3, 2018
- Messages
- 1
- Reaction score
- 0
- First Language
- Portuguese
- Primarily Uses
- RMMV
I can use a pre-defined event (I can see here), using:
>> $gameMap.event(EventID, EventPage).start();
I can re-use event using, but it is not working:
>> var event = $gameMap.event(EventID, EventPage)
>> event.start();
However, I could not re-use it after changing map or returning for it. Other problem occurring when I using, but it is not working:
>> var event = new Game_Event(MapID, EventID)
>> event.start()
I saw which variables are controlling:
._starting
._locked
If anyone has any idea...
>> $gameMap.event(EventID, EventPage).start();
I can re-use event using, but it is not working:
>> var event = $gameMap.event(EventID, EventPage)
>> event.start();
However, I could not re-use it after changing map or returning for it. Other problem occurring when I using, but it is not working:
>> var event = new Game_Event(MapID, EventID)
>> event.start()
I saw which variables are controlling:
._starting
._locked
If anyone has any idea...
Last edited:

