generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
12
_module/nss/shrine_pulse.nss
Normal file
12
_module/nss/shrine_pulse.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
int iShrine = GetLocalInt(oPC, "shrine");
|
||||
effect eEffect = EffectVisualEffect(VFX_IMP_SPELL_MANTLE_USE);
|
||||
if (iShrine!=1){return;}
|
||||
else
|
||||
{
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eEffect, oPC);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user