Files
Anphillia_PRC8/_module/nss/wa_god_spawn.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

15 lines
366 B
Plaintext

#include "nw_i0_generic"
void main()
{
// if (GetAlignmentGoodEvil(OBJECT_SELF) == ALIGNMENT_GOOD)
// if (GetAlignmentGoodEvil(OBJECT_SELF) == ALIGNMENT_NEUTRAL)
// if (GetAlignmentGoodEvil(OBJECT_SELF) == ALIGNMENT_EVIL)
ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectVisualEffect(VFX_DUR_GHOSTLY_VISAGE), OBJECT_SELF);
WalkWayPoints();
}