Also, absolute value is positive, not negative.
yes... so don't multiply after what i said by -1
Well, you can only have one variable check per brick. So I can't figure out how to get it in between numbers. I have tried using:
On"trigger">Self>VCEmodvariable>"Variable" isgreaterthan 2
On"trigger">self>VCEmodvariable>"Variable" islessthan 6
But it only responds to the first one. But that idea might just work.
right there, you are doing or, not and
or:
input>target>vce_ifvariable[name][checktype][check][target events (last line)]
input>target>vce_ifvariable[name][checktype][check][target events (last line)]
onvariabletrue>target>output
if either are true, then the last event will trigger
and:
input>target>vce_ifvariable[name][checktype][check][target events (next line)]
onvariabletrue>target>vce_ifvariable[name][checktype][check][target events (last line)]
onvariabletrue>target>output
if both are true, the last event will trigger