Changes
Jump to navigation
Jump to search
55 bytes added
, 13:35, 26 January 2022
Line 32:
Line 32:
u8 state = 0;
u8 state = 0;
V-ID/142:99 {
V-ID/142:99 {
−
if (opt(0)==0xff){//pressing the element in the interface
+
if (opt(0)==0xff){//нажатие элемента в интерфейсе
if (state==0) state = 1;
if (state==0) state = 1;
else state = 0;
else state = 0;
−
setStatus(142:99,state);//for correct displaying in the interface
+
setStatus(142:99,state);//для корректного отображения в интерфейсе
}
}
}
}
editor, translation-admin, translator