- Joined
- May 7, 2022
- Messages
- 3
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- N/A
Hello World,
Forgive me if this question has already been answered, I am new to RPG Maker. I am trying to use Variables and Common Events to accomplish a monster evolution event using an item that calls on a common event. In the common event, I am trying to have logic get the SELECTED party member's ID that is not predetermined in the party. I see Game Data has only predetermined slots to assign. Is there a way I can use a script to find a selected party member's ID, such as
"$gameParty.members()[p]._actorId" ; where [p] can be changed to something else other than a set position in the party? Perhaps there is a better way to do this...
I thank you in advance for your help.
Forgive me if this question has already been answered, I am new to RPG Maker. I am trying to use Variables and Common Events to accomplish a monster evolution event using an item that calls on a common event. In the common event, I am trying to have logic get the SELECTED party member's ID that is not predetermined in the party. I see Game Data has only predetermined slots to assign. Is there a way I can use a script to find a selected party member's ID, such as
"$gameParty.members()[p]._actorId" ; where [p] can be changed to something else other than a set position in the party? Perhaps there is a better way to do this...
I thank you in advance for your help.