I beleive something like this should work: void main() { effect eVisual = EffectVisualEffect( VFX_FNF_GRENADE_THERMAL_DETONATOR ); effect eKill = EffectDeath(FALSE, TRUE, TRUE); ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eVisual, GetLocation(OBJE...
[Read More]