[0.14] functions call order(?)

Place to get help with not working mods / modding interface.
apriori
Filter Inserter
Filter Inserter
Posts: 282
Joined: Thu Feb 18, 2016 8:13 pm
Contact:

[0.14] functions call order(?)

Post by apriori »

I've got a code, smth like this:
code
Logically I'm expecting to see:
expectation
...one cycle for each chunk. BUT I'm getting:
irl
... on the game creation... WAIDW?!

Tried another way:
simple code
And can see only repeating "falses" as the result... What's wrong?
Any code or mods posted by me are WTFPL, unless otherwise copyrights are specified.
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3752
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: [0.14] functions call order(?)

Post by DaveMcW »

player.print() has flood control, duplicate messages are deleted.

Use log() or game.write_file() instead.
Post Reply

Return to “Modding help”