void main()
{
object oPC = GetPCSpeaker();
location time = GetLocation(oPC);
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_TIME_STOP), time);
}