1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
local SETTING_FORMAT = "TrialAccountType%iSeenVersion"
local seenVersion = 0
if accountTypeId > 0 then
--If the setting has not been created in GameSettings.xml, we must add it if we want to be able to see the pop-up
--Otherwise we just pretend like we've seen it
if seenVersion == "" then
seenVersion = currentVersion
else
end
end
end
end |