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.

Widget creator send only 1
#1
Hello, is there or could there be a way to make ON/OFF button in widget creator to only send 1 (ON)?
Reply
#2
A solution is with skript
if event.getvalue() == false then
grp.write('1/1/1', true)
end
Reply
#3
Yes, that is indeed a possibility but it only changes the value from 0 to 1. First the value was 0 which already triggers something else.
Reply


Forum Jump: