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

11 lines
353 B
Plaintext

/*
generic maneuver calling function
*/
#include "inv_inc_invfunc"
void main()
{
UseInvocation(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_WARLOCK);
if(DEBUG) DoDebug("inv_war_generic: SpellID: " + IntToString(PRCGetSpellId()));
if(DEBUG) DoDebug("inv_war_generic: PowerID: " + IntToString(GetPowerFromSpellID(PRCGetSpellId())));
}