7 hours ago
Is it possible to create a Resident script, that will be activated or not based on an event?
(i.e. based on the value of a 1-bit object)
(i.e. based on the value of a 1-bit object)
Resident script Activated by an object
|
7 hours ago
Is it possible to create a Resident script, that will be activated or not based on an event?
(i.e. based on the value of a 1-bit object)
6 hours ago
Describe your task. You might not need a resident script at all. Event script with execution mode set to last instance only might be enough.
4 hours ago
(6 hours ago)admin Wrote: Describe your task. You might not need a resident script at all. Event script with execution mode set to last instance only might be enough. I need a script to run every 1 minute, in order to adjust a room temperature. This script I need to activate/deactivate it using an object. When I activate the object (1), I need the script to run, while when I deactivate the object(0), I need to stop the script.
3 hours ago
I used a Resident script for the function.
And that I Enable/Disable it using an Event script. Than works just fine. Let me know if there is a better way of doing that. |
« Next Oldest | Next Newest »
|