Guile
Joined: 19 May 2012 Posts: 6
|
Posted: Fri May 25, 2012 3:01 Post subject: nwnx_funcs 0.9.3 Some Functions are Faulty |
|
|
I'm running into an issue with this script....
#include "nwnx_funcs"
void main()
{
object oPC = GetLastUsedBy();
int nStat = NWNXFuncs_GetSavingThrowBonus(oPC, SAVING_THROW_FORT);
string sMsg;
sMsg = "Your Current Fortitude Saving Throw = ";
sMsg += IntToString(nStat);
FloatingTextStringOnCreature(sMsg, oPC);
}
It's always returns -1 no matter what...
Anyone? |
|