7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string sSPL = GetCampaignString("PGC3_DATA", "sSelectablePortalLink");
|
||
|
//string sSPL = GetLocalString(OBJECT_SELF, "sSelectablePortalLink");
|
||
|
StartNewModule(sSPL);
|
||
|
}
|