conditioning trigger conditions
conditioning trigger conditions
Is there some way to make the trigger conditions work as a false positive? In electrical circuts, it would be a nor\nand gate. How about a condition for the conditions that basically says and/or.
And- all conditions must be met to activate the rest of the trigger
Or- only one of the conditions must be met.
Nor- one condition isn't met
Nand- all conditions must not be met to trigger
The n in nor\nand would stand for negative and would need a negative(false answer) to react
And- all conditions must be met to activate the rest of the trigger
Or- only one of the conditions must be met.
Nor- one condition isn't met
Nand- all conditions must not be met to trigger
The n in nor\nand would stand for negative and would need a negative(false answer) to react
Re: conditioning trigger conditions
Could this possibly be implemented into game? Or is it too complicated? Could this be helpful at all?
- TheBluePhoenix
- Posts: 1498
- Joined: Thu Jul 30, 2015 5:09 pm
Re: conditioning trigger conditions
It is mostly possibleDaniel (the dev) wrote:Everything is possible. Question of time need
BEWARE!!!!The long lost empire of phoenicia is rising- The world is but just near the golden age,wherein men played and frolicked,without any worries at all
Re: conditioning trigger conditions
btw, it is possible to construct a true/false test now. You just might have to use more than one trigger.
Thanks!
Josh
Josh
Re: conditioning trigger conditions
I know. I've been playing with the triggers to make a map have multiple means to the victory. It has slowed down the maps gameplay though, with all the triggers..
Re: conditioning trigger conditions
How do I make a false positive?
Trigger activation would work only if the trigger is true.
I want to make a trigger that activates when cond is false.
Trigger activation would work only if the trigger is true.
I want to make a trigger that activates when cond is false.
Last edited by FiredClay on Sun Feb 07, 2016 7:44 pm, edited 1 time in total.
Re: conditioning trigger conditions
Make it an exclusive condition.
Meaning :
-Instead of a trigger that is "When trigger is false"
-Make it "When trigger is not false"
Meaning :
-Instead of a trigger that is "When trigger is false"
-Make it "When trigger is not false"
Thanks!
Josh
Josh
Re: conditioning trigger conditions
Oh stupid question . I already knew, just forgot I already knew
Re: conditioning trigger conditions
Truger nr1_
_ cond
_activate trigger 2
_effect
Trigger nr2_
_cond
_de-activate trigger1
_effect
Possibly added if trigger 1 needs to be activated again.
Trigger nr3_
_cond
_activate trigger 1
Cond And cond logic
Trigger nr1_
_cond
_cond
_effect
Or
Trigger nr1_
_cond 1
_effect 1
_cond 2
_effect 2
_ cond
_activate trigger 2
_effect
Trigger nr2_
_cond
_de-activate trigger1
_effect
Possibly added if trigger 1 needs to be activated again.
Trigger nr3_
_cond
_activate trigger 1
Cond And cond logic
Trigger nr1_
_cond
_cond
_effect
Or
Trigger nr1_
_cond 1
_effect 1
_cond 2
_effect 2
Re: conditioning trigger conditions
Now I need to remember all the rest I've forgotten
Last edited by FiredClay on Sun Feb 07, 2016 10:23 pm, edited 1 time in total.
Re: conditioning trigger conditions
Great idea