UW2_PRC8/_module/nss/sc_fx_smoke_puff.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

12 lines
315 B
Plaintext

void main()
{
object oMySpeaker = GetLastSpeaker();
object oMyTarget = GetLocalObject(oMySpeaker, "dmfx_wandtarget");
location lTargetLoc = GetLocalLocation(oMySpeaker, "dmfx_wandloc");
effect eFlash = EffectVisualEffect(VFX_FNF_SMOKE_PUFF);
ApplyEffectAtLocation (DURATION_TYPE_INSTANT, eFlash, lTargetLoc);
}