6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
void main()
|
|
{
|
|
object oContainer = GetObjectByTag("Gravestone3");
|
|
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, EffectVisualEffect(VFX_FNF_DISPEL), oContainer);
|
|
}
|