read multiple objects - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: read multiple objects (/showthread.php?tid=3459) |
read multiple objects - davidchispas - 02.07.2021 Hello, how can I do a reading of multiple objects. If one of them is 'true' I send an output object 'true' I understand that this is possible with a tag and a resident script but I don't know how to do the script. RE: read multiple objects - admin - 02.07.2021 This is the script you need: https://forum.logicmachine.net/showthread.php?tid=291&pid=1518#pid1518 Just create a resident script with sleep time set to 0. Modify the groups table at the beginning of the script, no other modifications are needed. |