08.03.2024, 09:00
Hi ,
I need to add to the scene sequence or to remove from the scene sequence via script like this.
value = event.getvalue()
if value == true then
-- add object '1/1/1' to scene 'homeenter'
else
-- remove object '1/1/1' to scene 'homeenter'
end
Thx,
I need to add to the scene sequence or to remove from the scene sequence via script like this.
value = event.getvalue()
if value == true then
-- add object '1/1/1' to scene 'homeenter'
else
-- remove object '1/1/1' to scene 'homeenter'
end
Thx,