PGCC_PRC8/_module/nss/vc_orb.nss

7 lines
190 B
Plaintext
Raw Normal View History

2024-10-09 14:17:22 -04:00
void main()
{
ActionPlayAnimation(ANIMATION_PLACEABLE_DEACTIVATE);
SetLocalInt(OBJECT_SELF,"X2_L_PLC_ACTIVATED_STATE", 0);
SoundObjectStop(GetObjectByTag("MagicGlowingBall"));
}