06.05.2017, 16:31
(This post was last modified: 06.05.2017, 16:32 by Erwin van der Zwart.)
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
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