Hi.
I have been attempting to prevent the AI civs from Trespassing and need suggestions. (Please see my diplomacy thread for more info.) What I need to know is can I use, say, for example
to stop WAIS (Wandering AI Syndrome)? If so, where do I put it? If not, can it go into a message box that tells you the AI is trespassing? If so, how do I do that?
Thanks.
N.
I have been attempting to prevent the AI civs from Trespassing and need suggestions. (Please see my diplomacy thread for more info.) What I need to know is can I use, say, for example
// N: WAIS added (I'll leave your lands if we're Allied, we're not fighting
// anyone else, and I have no damn reason to be here)
if(some_my_incurions
and (yes_cease_fire or yes_alliance)
and not my_worst_enemy
and zero_at_war
and not yes_war
and not hot_war_prep
and not cold_war )
{
i_will_leave_his_lands
}
// anyone else, and I have no damn reason to be here)
if(some_my_incurions
and (yes_cease_fire or yes_alliance)
and not my_worst_enemy
and zero_at_war
and not yes_war
and not hot_war_prep
and not cold_war )
{
i_will_leave_his_lands
}
Thanks.
N.
Comment