mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 11:57:16 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
11
trunk/newspellbook/inv_war_generic.nss
Normal file
11
trunk/newspellbook/inv_war_generic.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
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())));
|
||||
}
|
||||
Reference in New Issue
Block a user