there's some way to set a technology to be researched without use /c ?
i tried some codes, but didn't work..
i tried to make the worker robot speed researched, but still remain unresearched..
Code: Select all
script.on_event(defines.events.on_player_joined_game, function(event)
local player = game.players[event.player_index]
data.raw['technology']['worker-robots-speed-1'].researched = true
end)
thanks for the help