HiddenTradition_PRC8/_module/nss/sc_fx_align_law.nss
2024-06-20 15:47:42 -04:00

13 lines
379 B
Plaintext

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