22.02.2019, 14:52
Hi
Tag your door and window object and then create event based script triggered by this tag then make script like that
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
Ctrl+F5