Page 1 of 1

[0.14] functions call order(?)

Posted: Mon Apr 03, 2017 5:29 pm
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?

Re: [0.14] functions call order(?)

Posted: Mon Apr 03, 2017 6:16 pm
by DaveMcW
player.print() has flood control, duplicate messages are deleted.

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