WoR_PRC8/_module/nss/gw_activatedesig.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

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);
}