For seph's party switcher, what do I put for index when I call the script? For example calling:
I understand actor ID and the add to g but I can't put the right thing for index. Even its description doesnt help me:
As I dont know what to put for index. =/ I hope someone can help, thanks.
Code:
$game_party.add_reserve_actor(actor_id, index, add_to_g)
I understand actor ID and the add to g but I can't put the right thing for index. Even its description doesnt help me:
Code:
index : index in reserves actor being forced into
As I dont know what to put for index. =/ I hope someone can help, thanks.