PGCC_PRC8/_module/nss/arx_orbsound.nss

10 lines
197 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
void main()
{
int nActive = GetLocalInt (GetObjectByTag("CS_ORBSUMMON"),"X2_L_PLC_ACTIVATED_STATE");
if (!nActive)
{
SoundObjectStop(GetObjectByTag("MagicGlowingBall"));
}
}