Area & spawner pass.
Updated Aragnak's Isle & Lair, Bard College, Cazrak's Lair. Remade several items.
This commit is contained in:
17
_module/nss/slp_drg_onspawn.nss
Normal file
17
_module/nss/slp_drg_onspawn.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//::
|
||||
//:: Name slp_drg_onspawn
|
||||
//:: Copyright (c) 2021 Project RATDOG
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Sleeping Dragon external listener OnSpawn
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jaysyn
|
||||
//:: Created On: 2021/12/29
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectVisualEffect(VFX_DUR_CUTSCENE_INVISIBILITY, FALSE), OBJECT_SELF, 0.0f);
|
||||
}
|
Reference in New Issue
Block a user