10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
void main()
|
|
{
|
|
int nActive = GetLocalInt (GetObjectByTag("CS_ORBSUMMON"),"X2_L_PLC_ACTIVATED_STATE");
|
|
|
|
if (!nActive)
|
|
{
|
|
SoundObjectStop(GetObjectByTag("MagicGlowingBall"));
|
|
}
|
|
}
|