generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
7
_module/nss/vat_spl_token.nss
Normal file
7
_module/nss/vat_spl_token.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
string sSPL = GetCampaignString("PGC3_DATA", "sSelectablePortalLink");
|
||||
if (sSPL == "") sSPL = "Not set";
|
||||
//string sSPL = GetLocalString(GetObjectByTag("PV_EXITPORTAL"), "sSelectablePortalLink");
|
||||
SetCustomToken(113, sSPL);
|
||||
}
|
||||
Reference in New Issue
Block a user