HoS_PRC8/_mod/_module/nss/ward_spellcast.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
232 B
Plaintext

void main()
{
object oMe=OBJECT_SELF;
int nSpell=GetLastSpell();
if (nSpell==SPELL_DISPEL_MAGIC||nSpell==SPELL_GREATER_DISPELLING||nSpell==SPELL_LESSER_DISPEL||nSpell==SPELL_MORDENKAINENS_DISJUNCTION) DestroyObject(oMe);
}