281 bytes added
, 12:48, 26 January 2022
<syntaxhighlight lang="cpp" line>
u8 state = 0;
V-ID/142:99 {
if (opt(0)==0xff){//pressing the element in the interface
if (state==0) state = 1;
else state = 0;
setStatus(142:99,state);//for correct displaying in the interface
}
}
</syntaxhighlight>