shalictar
I made to two factions start at war with eachother. but im not sure if how to keep them at war,
would I just add something like this in the script_randomly_start_war_peace text?
would I just add something like this in the script_randomly_start_war_peace text?
(try_begin),
(eq, ":cur_kingdom", fac_kingdom_1),
(eq, ":cur_kingdom_2", fac_kingdom_2),
(assign, ":continue", 0),
(try_end),
(try_begin),
(eq, ":cur_kingdom", fac_kingdom_2),
(eq, ":cur_kingdom_2", fac_kingdom_1),
(assign, ":continue", 0),
(try_end),
(eq, ":cur_kingdom", fac_kingdom_1),
(eq, ":cur_kingdom_2", fac_kingdom_2),
(assign, ":continue", 0),
(try_end),
(try_begin),
(eq, ":cur_kingdom", fac_kingdom_2),
(eq, ":cur_kingdom_2", fac_kingdom_1),
(assign, ":continue", 0),
(try_end),