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