Amon_PRC8/_module/nss/spawnkryxenemies.nss

11 lines
388 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
effect eEffect2 = EffectVisualEffect(VFX_FNF_SCREEN_SHAKE);
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eEffect2, GetLocation(OBJECT_SELF));
ExecuteScript("ske_1", OBJECT_SELF);
DelayCommand(2.0, ExecuteScript("ske_2", OBJECT_SELF));
DelayCommand(4.0, ExecuteScript("ske_3", OBJECT_SELF));
DelayCommand(6.0, ExecuteScript("ske_4", OBJECT_SELF));
}