- Joined
- Oct 27, 2014
- Messages
- 11
- Reaction score
- 7
- First Language
- English
- Primarily Uses
- RMMV
I'm currently copy pasting the same script call in order to have multiple events on a map, is there a way to write it down in a single line?
here is the script call:
Yanfly.SpawnEventInRegion(1, 3, 1, false)
I want something like:
[n]Yanfly.SpawnEventInRegion(1, 3, 1, false)
n - is how many times the script is called
Script by Yanfly: http://yanfly.moe/2018/09/14/yep-170-event-spawner-rpg-maker-mv/
here is the script call:
Yanfly.SpawnEventInRegion(1, 3, 1, false)
I want something like:
[n]Yanfly.SpawnEventInRegion(1, 3, 1, false)
n - is how many times the script is called
Script by Yanfly: http://yanfly.moe/2018/09/14/yep-170-event-spawner-rpg-maker-mv/
Last edited:


