havoc
Marquis

Ok so i want to use this code....
How would i modify this code so i had say two or three enemys insted of just the one?
And is it possible for me to make it so any items that are picked up in battle are kept?
Cheers
Code:
[(set_party_battle_mode),
(try_for_agents, ":cur_agent"),
(agent_get_troop_id, ":cur_agent_troop", ":cur_agent"),
(eq, ":cur_agent_troop", "trp_bandit"),
(agent_set_team, ":cur_agent", 1),
(try_end),
]],
How would i modify this code so i had say two or three enemys insted of just the one?
And is it possible for me to make it so any items that are picked up in battle are kept?
Cheers