- Joined
- Dec 1, 2015
- Messages
- 3
- Reaction score
- 0
- First Language
- German
Hy everyone,
I try to make a game in RPG Maker MV like Pokemon, Persona and so on ... my problem is, I have a Event who ask the User which Actor should be Change. I will not make it like "If A is in your Party/if B is in your Party ...." I only want to if choose 1 the first Actor in your Party will be change to the one you are on. I try it like this:
$gameParty.removeActor($gameParty.members(3));
or
$gameParty.removeActor(this._params[3]);
and so on
but I only get an Error or nothing happens. I dont want to sit here and say "Hey please give me a script" its important for me to understand what I make wrong and what must I do to make it right. I hope someone can help me.
Thanks.
I try to make a game in RPG Maker MV like Pokemon, Persona and so on ... my problem is, I have a Event who ask the User which Actor should be Change. I will not make it like "If A is in your Party/if B is in your Party ...." I only want to if choose 1 the first Actor in your Party will be change to the one you are on. I try it like this:
$gameParty.removeActor($gameParty.members(3));
or
$gameParty.removeActor(this._params[3]);
and so on
but I only get an Error or nothing happens. I dont want to sit here and say "Hey please give me a script" its important for me to understand what I make wrong and what must I do to make it right. I hope someone can help me.
Thanks.