10-12-2017, 05:38 PM
(This post was last modified: 10-12-2017, 06:22 PM by justpassingby.)
@kyonides
$game_variables[VARID] = $game_party.actors[INDEX].name
Alright. I get the "v\[VARID] instead of \n[ID]" part.
Is "VARID" one of the script commands? Or a character name made up on the spot by you?
Just wanting to make sure I am not going to go wrong here.
Edit: Never mind. I figured out how to use that script call. Thanks, kyonides.
$game_variables[VARID] = $game_party.actors[INDEX].name
Alright. I get the "v\[VARID] instead of \n[ID]" part.
Is "VARID" one of the script commands? Or a character name made up on the spot by you?
Just wanting to make sure I am not going to go wrong here.
Edit: Never mind. I figured out how to use that script call. Thanks, kyonides.