This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Simple OR/if not script
#4
Hi,

You could also use this:

if value1 == true then
   if value == 2 then

   elseif value == 8 then

   elseif value == 20 then

   else
   
   end

end


BR,

Erwin
Reply


Messages In This Thread
Simple OR/if not script - by Mr.D - 06.05.2017, 11:53
RE: Simple OR/if not script - by admin - 06.05.2017, 13:54
RE: Simple OR/if not script - by Mr.D - 06.05.2017, 15:50
RE: Simple OR/if not script - by Erwin van der Zwart - 06.05.2017, 16:31

Forum Jump: