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

10 lines
275 B
Plaintext

/*
generic utterance calling function
*/
#include "true_inc_trufunc"
void main()
{
UseUtterance(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_TRUENAMER);
//if(DEBUG) DoDebug("true_utr_generic: SpellID: " + IntToString(GetPowerFromSpellID(PRCGetSpellId())));
}