Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/newspellbook/true_utr_generic.nss
Normal file
10
nwn/nwnprc/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