Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Anything you define as a treasure receives a default EXAMINE handler that says "TREASURE!" if the player examines the object. Setting treasure="true" on an object will give it the examine message by default. If you want a different default treasure message, then feel free to customise the system_messages{} section inside the theme.

Which system message?

(1 edit)

system_messages {
   treasure_message              = RICH STUFF!
   all_treasures_found_win_game  = YOUR END GAME MESSAGE HERE, UP TO THREE SENTENCES !!!
}

Thank you.