8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
void main()
|
|
{
|
|
// * note that nActive == 1 does not necessarily mean the placeable is active
|
|
// * that depends on the initial state of the object
|
|
// * Store New State
|
|
SetLocalInt(GetObjectByTag("SHA_RHUNCIRCLE"),"X2_L_PLC_ACTIVATED_STATE", 1);
|
|
}
|