7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLoc = GetLocation(GetItemActivator());
|
||
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_FNF_DISPEL),lLoc);
|
||
|
|
||
|
}
|