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.

If Window = 1 then
#2
Hi
Tag your door and window object and then create event based script triggered by this tag then make script like that

Code:
window = grp.getvalue('window object')
door = grp.getvalue('door object')


if (window and door) then
 --dosomething()
end
------------------------------
Ctrl+F5
Reply


Messages In This Thread
If Window = 1 then - by lenze90 - 22.02.2019, 14:33
RE: If Window = 1 then - by Daniel - 22.02.2019, 14:52
RE: If Window = 1 then - by lenze90 - 22.02.2019, 14:58
RE: If Window = 1 then - by Daniel - 22.02.2019, 15:00
RE: If Window = 1 then - by lenze90 - 22.02.2019, 15:37
RE: If Window = 1 then - by Daniel - 22.02.2019, 16:21
RE: If Window = 1 then - by lenze90 - 22.02.2019, 16:32
RE: If Window = 1 then - by gtsamis - 22.02.2019, 22:29

Forum Jump: