- Joined
- Mar 13, 2012
- Messages
- 185
- Reaction score
- 35
- First Language
- English
- Primarily Uses
- RMMV
Hi All,
How do I add Actors to the party based on the ACTOR ID's stored in Variables 7, 8 & 9?
I have:
$gameParty.addActor($gameVariables[7]);
$gameParty.addActor($gameVariables[8]);
$gameParty.addActor($gameVariables[9]);
but it won't work... granted, barely know anything about the scripting.
If someone could tell me how to fix it, that would be greatly appreciated!
~Eilwyn
How do I add Actors to the party based on the ACTOR ID's stored in Variables 7, 8 & 9?
I have:
$gameParty.addActor($gameVariables[7]);
$gameParty.addActor($gameVariables[8]);
$gameParty.addActor($gameVariables[9]);
but it won't work... granted, barely know anything about the scripting.
If someone could tell me how to fix it, that would be greatly appreciated!
~Eilwyn
