9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int nGlobalInterest = GetCampaignInt("kpb_bank", "KPB_GLO_INT");
|
||
|
string sGlobalInterest = IntToString(nGlobalInterest);
|
||
|
SetCustomToken(30, sGlobalInterest);
|
||
|
return TRUE;
|
||
|
}
|
||
|
|