7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
location time = GetLocation(oPC);
|
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_TIME_STOP), time);
|
|
}
|