HoS_PRC8/_mod/_module/nss/ward_spellcast.nss

7 lines
232 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
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);
}