- Joined
- May 3, 2016
- Messages
- 91
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV
Hi All,
I need to use
But for EVENTID I was hoping to use an array of multiple event IDs so I don't have to redo that code for multiple events. Something like this, but you know, done correctly:
I feel like I found that a while ago but i can't for the life of me find it again. Could anybody here help show me how I could do that?
Any help is greatly appreciated.
I need to use
Code:
$gameSelfSwitches.setValue([$gameMap._mapId, EVENTID, 'A'], false);
Code:
var E = [1,5,9, etc.]
$gameSelfSwitches.setValue([$gameMap._mapId, E, 'A'], false);
Any help is greatly appreciated.

