Aantioch_Infernum/_module/nss/irdaoraclevfx.nss

11 lines
224 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
void Air(object oTarget)
{
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_IMPROVE_ABILITY_SCORE), oTarget);
DelayCommand(1.0, Air(OBJECT_SELF));
}
void main()
{
DelayCommand(1.0, Air(OBJECT_SELF));
}