Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/sc_fx_dst_gas1.nss
Normal file
13
_module/nss/sc_fx_dst_gas1.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oMySpeaker = GetLastSpeaker();
|
||||
object oMyTarget = GetLocalObject(oMySpeaker, "dmfx_wandtarget");
|
||||
location lTargetLoc = GetLocalLocation(oMySpeaker, "dmfx_wandloc");
|
||||
effect eFlash = EffectVisualEffect(VFX_FNF_GAS_EXPLOSION_FIRE);
|
||||
|
||||
ApplyEffectAtLocation (DURATION_TYPE_INSTANT, eFlash, lTargetLoc);
|
||||
DestroyObject(oMyTarget, 0.25);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user