Well, im still learing to script on Ruby.
After searching througt the forum and reading some tutorials. i still have this issue:
Using RGSS, i want to store my currently active party (the main one and other 3) in 4 variables.
Then later on, restore the same party i i had before.
im trying something like this:
for i in 0...$game_party.actors.size
$game_variables = $game_party.actors
end
but then i dont know who to restore it or remove those party members using RGSS
Regards
A little bump 8-)
After searching througt the forum and reading some tutorials. i still have this issue:
Using RGSS, i want to store my currently active party (the main one and other 3) in 4 variables.
Then later on, restore the same party i i had before.
im trying something like this:
for i in 0...$game_party.actors.size
$game_variables = $game_party.actors
end
but then i dont know who to restore it or remove those party members using RGSS
Regards
A little bump 8-)