Is there a way to access $stats_type in stats.inc.php from gamename.game.php ?
Since in my game it's possible to undo most player actions, I needed an alternative way of handling stats, and I need read access to this variable not to duplicate it by copy/pasting it in gamename.game.php.
Since in my game it's possible to undo most player actions, I needed an alternative way of handling stats, and I need read access to this variable not to duplicate it by copy/pasting it in gamename.game.php.