- Joined
- Feb 27, 2019
- Messages
- 20
- Reaction score
- 1
- First Language
- English
- Primarily Uses
- RMMV
I am trying to call a variable Actor ID to set the HP of that actor as another variable.
I am trying to do it like this:
$gameActors.actor($gameVariables.value(0001)).hp
Where 0001 is just a theoretical variable that I have set = to the ID of the actor who's ID I need.
... It doesn't seem to do anything.
I have already checked and the variable is indeed storing an Actor ID already. It just doesn't come out as HP when I try.
How do I call a variable Actor ID and check it's HP?
I am trying to do it like this:
$gameActors.actor($gameVariables.value(0001)).hp
Where 0001 is just a theoretical variable that I have set = to the ID of the actor who's ID I need.
... It doesn't seem to do anything.
I have already checked and the variable is indeed storing an Actor ID already. It just doesn't come out as HP when I try.
How do I call a variable Actor ID and check it's HP?

