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