generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
9
_module/nss/arx_orbsound.nss
Normal file
9
_module/nss/arx_orbsound.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
int nActive = GetLocalInt (GetObjectByTag("CS_ORBSUMMON"),"X2_L_PLC_ACTIVATED_STATE");
|
||||
|
||||
if (!nActive)
|
||||
{
|
||||
SoundObjectStop(GetObjectByTag("MagicGlowingBall"));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user