Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/gzcc_bindst_conf.nss
Normal file
15
_module/nss/gzcc_bindst_conf.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#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;
|
||||
}
|
Reference in New Issue
Block a user