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.

Help
#2
You can do something like this:

Code:
if twilight == true or objA == true then
-- do something
end

or shorter way:

Code:
if twilight or objA then
-- do something
end
Reply


Messages In This Thread
Help - by kostal.borek - 09.08.2017, 18:26
RE: Help - by buuuudzik - 09.08.2017, 18:40
RE: Help - by kostal.borek - 09.08.2017, 20:23
RE: Help - by buuuudzik - 09.08.2017, 21:02
RE: Help - by CHOUAIBOU - 10.08.2017, 02:19
RE: Help - by kostal.borek - 16.08.2017, 10:48

Forum Jump: