HiddenTradition_PRC8/_module/nss/gzcc_bindst_conf.nss
2024-06-20 15:47:42 -04:00

16 lines
460 B
Plaintext

#include "gzinc_daoctools"
int StartingConditional()
{
SetCustomToken(114,IntToString(GetIsBindstonesEnabled()));
SetCustomToken(115,IntToString(GetIsGravesEnabled()));
//IntToString(GetGraveXPRegain())+" %"); no idea why this does not work...
SetCustomToken(117,IntToString(GetIsRecallEnabled()));
SetCustomToken(118,IntToString(GetLocalInt(GetModule(), "T1_MODULE_CFG_GRAVEEXPREGAIN")));
int iResult = TRUE;
return iResult;
}