void main() { object oMySpeaker = GetLastSpeaker(); object oMyTarget = GetLocalObject(oMySpeaker, "dmfx_wandtarget"); location lTargetLoc = GetLocalLocation(oMySpeaker, "dmfx_wandloc"); effect eFlash = EffectVisualEffect(VFX_FNF_SUNBEAM); ApplyEffectAtLocation (DURATION_TYPE_PERMANENT, eFlash, lTargetLoc); }