- Joined
- Jan 13, 2018
- Messages
- 40
- Reaction score
- 25
- First Language
- English
- Primarily Uses
- RMMV
This is a rather unusual request, but I want to be able to find out how many actors there are in my game project using scripting, so I don't have to update the number every time I want to add another actor.
I tried using $gameActors.length(), but this did not work, I think in part due to the fact that the .json file for Game Actors essentially uses an array of arrays.
Any ideas?
I tried using $gameActors.length(), but this did not work, I think in part due to the fact that the .json file for Game Actors essentially uses an array of arrays.
Any ideas?


