#custom trigger help

2 messages · Page 1 of 1 (latest)

wooden hazel
#

im trying to make a WA that follows this set of trigger conditions however i dont know enough (or anything really) about custom code to write it myself
IF trigger 1 = True AND trigger 2 = False THEN -> show default
IF trigger 1 = True AND trigger 2 = True THEN -> show color change
IF trigger 1 = False AND trigger 2 = True THEN -> don't show
IF trigger 1 = False AND trigger 2 = False THEN -> don't show

sorry if something like this has been posted. i had a quick look but didnt spot anything

mossy girder
#

Custom Activation would be function(t) return t[1] end

In conditions you don't need code. You just make a single Condition for
[if trigger 2 active = true then <colour change>]