Code: Select all
/c local x = 26
while x ~= 50 do
local x = x + 1
game.player.force.research_all_technologies()
end
2. it makes the game freeze, and then I have to end it with task maanger.
3. It to research technologies 24 more times
Code: Select all
/c local x = 26
while x ~= 50 do
local x = x + 1
game.player.force.research_all_technologies()
end