I have tried several different versions of code in an attempt to silence the message but I can't get anything to work. Could someone give me a hand?
Items and techs and entities I can figure out, scripting code not so much :/
Edit: Here is an example of what I currently have
Code: Select all
local function disable_no_satellite_launch_message()
if remote.interfaces["silo-script"] then
remote.call("silo-script", "set_show_launched_without_satellite", false)
end
end