I am trying to make mod to change the galactic community forming mechanism.
I am confused about the script
In galactic_community_events.txt:
# Proposal to form the Galactic Community (HIDDEN)
is_triggered_only = yes mean this event suppose to be triggered by another one .
However, I can't find which one did this.
According to the modding wiki, if nothing trigger this one, it will be never polled.
Do you know that is the mechanism here?
I am confused about the script
In galactic_community_events.txt:
# Proposal to form the Galactic Community (HIDDEN)
Code:
# Proposal to form the Galactic Community (HIDDEN)
event = {
id = galcom.1
hide_window = yes
is_triggered_only = yes
is_triggered_only = yes mean this event suppose to be triggered by another one .
However, I can't find which one did this.
According to the modding wiki, if nothing trigger this one, it will be never polled.
Do you know that is the mechanism here?