- Joined
- Jul 18, 2018
- Messages
- 27
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMVXA
Would anyone mind showing me how is it called? I want to use the script version of "Force Action" as I want to call the command with variables.
I've tried:
$game_actors[0].force_action(1,0)/ $game_party[0].force_action(1,0)
for actors and
$game_troop.members[0].force_action(1,0)
for enemies, but it doesn't seem to work.
What am I missing?
I've tried:
$game_actors[0].force_action(1,0)/ $game_party[0].force_action(1,0)
for actors and
$game_troop.members[0].force_action(1,0)
for enemies, but it doesn't seem to work.
What am I missing?
Last edited:



