How do I print the string constants in the game_information{} block? Specifically game_name, game_version and copyright_message.
I have tried:
:print "{game_name}"; //This prints a blank
:print {(game_name)} //This causes an error because it is not globally scoped