PRC8_fork/trunk/newspellbook/tob_cru_generic.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

9 lines
160 B
Plaintext

/*
generic maneuver calling function
*/
#include "tob_inc_move"
void main()
{
UseManeuver(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_CRUSADER);
}