Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/wa_god_spawn.nss
Normal file
14
_module/nss/wa_god_spawn.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#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();
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user