EN6_PRC8/_module/nss/en5_lockedspell.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

13 lines
270 B
Plaintext

#include "en5_misc"
void main()
{
//GetError("SpellCaster = " + GetName(GetLastSpellCaster()) + " | Spell = " + IntToString(GetLastSpell()));
if (GetLastSpell() == SPELL_KNOCK)
{
SetLocalInt(OBJECT_SELF,"Unlocked",1);
SetLocked(OBJECT_SELF,FALSE);
}
}