Page 1 of 1

write to game log ... ?

Posted: 29 January 2017, 04:41
by zwalex
How do I write to the game log?
I thought this is done via

self::notifyPlayer and/or self::notifyAllPlayers

but when I run my (currently very rudimentary ...) game vie Express start, I don't see anything in the log, just under
< history_history

What am I missing ... ?

Re: write to game log ... ?

Posted: 29 January 2017, 21:18
by Victoria_La
What are you writing and when? notify message will not reach the end if you send them in setup method for example
or if there exception during action execution