Translations:Virtual/8/en

From Larnitech wiki page
Revision as of 12:48, 26 January 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1u8 state = 0;
2V-ID/142:99 {
3    if (opt(0)==0xff){//pressing the element in the interface
4        if (state==0) state = 1;
5        else state = 0;
6        setStatus(142:99,state);//for correct displaying in the interface
7    }
8}