Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to shorten elseif loops that have logic gates?

Asked by
di5z 11
3 years ago

for example:

if not this and that then

elseif this and not that then

else

end

Normally you'd use tables if there are 1< elseifs, but you cant really use tables with logic gates and changing values. Anyone got any ideas?

Answer this question