Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
7
_module/nss/displ_onspawn.nss
Normal file
7
_module/nss/displ_onspawn.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
effect eConceal = EffectConcealment(50);
|
||||
effect eVis = EffectVisualEffect(VFX_DUR_GHOSTLY_VISAGE);
|
||||
effect eEffect = EffectLinkEffects(eConceal, eVis);
|
||||
DelayCommand(2.0, ApplyEffectToObject(DURATION_TYPE_PERMANENT, eEffect, OBJECT_SELF));
|
||||
}
|
||||
Reference in New Issue
Block a user