- Joined
- Jul 22, 2018
- Messages
- 183
- Reaction score
- 37
- First Language
- Italian
- Primarily Uses
- RMMV
wordList = []
for ( i=0; i<16; i++){
actorName = $gameActors.actor(i).name.toUpperCase();
wordList.push(actorName(i));
}
this does not work, someone have a solution? i'm beginner in javascript for now, still learning.
cannot read property " name " of null.
for ( i=0; i<16; i++){
actorName = $gameActors.actor(i).name.toUpperCase();
wordList.push(actorName(i));
}
this does not work, someone have a solution? i'm beginner in javascript for now, still learning.
cannot read property " name " of null.

