Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

get_message? Really? Where'd that come from? I guess that's like examine_message. Are there any others, like (say) drop_message? Are these more efficient than verbose match statements? I imagine that they are.

I've answered the first part of my own question. I just made an intentional mistake in an object definition so that I could get an error and a tooltip with suggestions. Ignoring all the experimental ones, there's all sorts of interesting goodies in there, including those mentioned above, definite_article and indefinite_article. What are on_examine and traits? These look interesting.

(1 edit)

Anything discovered in such a way is not guaranteed to work in future versions of adventuron. There are a lot of hidden goodies in Adventuron, but some of them are rotten (not implemented).

I think definite article and indefinite article are not yet wired up. Examine message, get message, drop message, and traits I believe are working. But traits leads you down a rabbit hole where you'll fine insufficient functions to use them powerfully. I hide things to prototype with and discover what's missing.

Understood.