21 lines
222 B
Plaintext
21 lines
222 B
Plaintext
void main()
|
|
{
|
|
|
|
if (d12()>2)
|
|
return;
|
|
|
|
else
|
|
|
|
{
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
|
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_SCREEN_SHAKE), GetLocation(oPC));
|
|
}
|
|
|
|
|
|
}
|
|
|