Initial commit
Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/en5_lockedspell.nss
Normal file
12
_module/nss/en5_lockedspell.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user