01.06.2018, 07:27
Hello, is there or could there be a way to make ON/OFF button in widget creator to only send 1 (ON)?
Widget creator send only 1
|
01.06.2018, 07:27
Hello, is there or could there be a way to make ON/OFF button in widget creator to only send 1 (ON)?
01.06.2018, 20:10
A solution is with skript
if event.getvalue() == false then grp.write('1/1/1', true) end
04.06.2018, 06:16
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.
|
« Next Oldest | Next Newest »
|