PRC8/nwn/nwnprc/trunk/scripts/prc_fmm_shield.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

8 lines
145 B
Plaintext

#include "prc_inc_spells"
void main()
{
object oPC = OBJECT_SELF;
if(!TakeSwiftAction(oPC)) return;
ActionCastSpell(SPELL_SHIELD);
}