09.08.2017, 21:02
(09.08.2017, 20:23)kostal.borek Wrote: to Buuuudzik
I know, but I need to judge both conditions at once so one will be false and the other true...
If I understand right you want doing something when this 2 values will be opposite? If yes below script should be enough:
Code:
if twilight ~= objA then
-- do something
end