One line summary of your issue
Broken trigger is_offmap_governor
Game Version
3.3.4 [SOHY]
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
is_offmap_governor returns true or false, regardless the right hand side value/scope.
That's is, both
Not to mention usage of
Steps to reproduce the issue.
testevent
Both conditions return true while they're mutually exclusive.
See screenshot
Upload Attachment
File(s) attached
Broken trigger is_offmap_governor
Game Version
3.3.4 [SOHY]
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
is_offmap_governor returns true or false, regardless the right hand side value/scope.
That's is, both
is_offmap_governor = yes
and is_offmap_governor = no
returns false if the scope is not an offmap governor.Not to mention usage of
is_offmap_governor = offmap_somepower
Steps to reproduce the issue.
testevent
Code:
e_china_west_governor = { # an offmap governor_title
holder_scope = {
is_offmap_governor = yes
is_offmap_governor = no
}
}
See screenshot
Upload Attachment
File(s) attached
Attachments
Upvote
0