Can someone please help me incorporate “or” into an if/then statement? This is what I tried and I think it is working well but I feel more comfortable if someone more experienced says this if this is correct or not. Also is the placement of “and” and “or” identical in an if/then statement?
<lua>
if (value = 1 ) or (value = 100 )then
function ()
end </lua>
Thanks for the help!
Also it seems I don’t know how to incorporate lua code. I thought it was <lua> code here </lua>