Amon_PRC8/_module/nss/gzcc_bindst_conf.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -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;
}