Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/kpb_globals.nss
Normal file
8
_module/nss/kpb_globals.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int nGlobalInterest = GetCampaignInt("kpb_bank", "KPB_GLO_INT");
|
||||
string sGlobalInterest = IntToString(nGlobalInterest);
|
||||
SetCustomToken(30, sGlobalInterest);
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user