This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Script
#1
Can some one help me with this script.
When I have a 0 at address 32/1/42 I will have a 1 at address 32/1/45.
When I have a 1 at address 32/1/42 I will have a 3 at address 32/1/45.
Address 32/1/42 is 1 bit and 32/1/45 is 2 bytes
Reply
#2
Here you go, attach as a Event script at address 32/1/42:

Code:
    if event.getvalue() == false then
        grp.write('32/1/45', 1)
    else
        grp.write('32/1/45', 3)
    end
Reply


Forum Jump: