Really sorry for spamming the help section but I have yet another question. I am having problem with percents. You see in my game I want it so that when you click on a link your empire's population increases by 127%. I tried doing it the easy way with variables but the population still stayed the same when I clicked the link. I tried doing it the hard way in scripting but no effect either.
IF %YEAR >-1600 THEN
%POPULATION := %POPULATION * 127 / 100
I couldn't figure out how to make percents in scripts so I just went with plan B. So if anyone has any tips for what I should do it would really make my day (and my game) thank you.