[0.11.1] onrobotbuiltentity does not trigger

This subforum contains all the issues which we already resolved.
Kikkers
Fast Inserter
Fast Inserter
Posts: 109
Joined: Sun Jun 22, 2014 8:45 pm
Contact:

[0.11.1] onrobotbuiltentity does not trigger

Post by Kikkers »

The onrobotbuiltentity event does not seem to trigger in my scripts when robots place entities. I have not tested the other robot related events.

Code I'm using to test events:

Code: Select all

game.onevent(defines.events, function(event)
	if event.name ~= defines.events.ontick and event.name ~= defines.events.onchunkgenerated then
		for k,v in pairs(defines.events) do
			if event.name == v then
				game.players[1].print(k .. " - " .. v)
				break
			end
		end
	end
end)
Rseding91
Factorio Staff
Factorio Staff
Posts: 15897
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [0.11.1] onrobotbuiltentity does not trigger

Post by Rseding91 »

This will be fixed in the next version :)
If you want to get ahold of me I'm almost always on Discord.
Post Reply

Return to “Resolved Problems and Bugs”