Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -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;
}