31.12.2017, 15:25
(This post was last modified: 31.12.2017, 16:16 by Erwin van der Zwart.)
Hi,
Yes, create 64 objects in a range x/x/1 to x/x/64 and give them all the tag "Scene_Bool"
Then create a event based script attached to the tag 'Scene_Bool' and put this script in there:
It will write the object address as value (1-64) to '1/1/1'
BR,
Erwin
Yes, create 64 objects in a range x/x/1 to x/x/64 and give them all the tag "Scene_Bool"
Then create a event based script attached to the tag 'Scene_Bool' and put this script in there:
Code:
grp.write('1/1/1', string.split(event.dst, '/')[3])
It will write the object address as value (1-64) to '1/1/1'
BR,
Erwin