Search found 2 matches

by miquel_puig
03 October 2024, 19:08
Forum: Developers
Topic: Invalid or missing substitution argument for log message: undefined: i is undefined
Replies: 4
Views: 134

Re: Invalid or missing substitution argument for log message: undefined: i is undefined

Thanks both for your responses! Turns out it was indeed a very basic mistake, I had set "descriptionMyTurn" instead of "descriptionmyturn" (all lowecase) for the failing state. After I changed it, it now seems to work :lol:
by miquel_puig
02 October 2024, 21:49
Forum: Developers
Topic: Invalid or missing substitution argument for log message: undefined: i is undefined
Replies: 4
Views: 134

Invalid or missing substitution argument for log message: undefined: i is undefined

Context: My states: ST_PLAYER_TURN => [ "name" => "playerTurn", "description" => clienttranslate('${actplayer} must choose an action'), "descriptionmyturn" => clienttranslate('${you} must choose an action'), "type" => "activeplayer", "...

Go to advanced search