Skip to main content

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

I found a workaround for two adjectives.

big_wolf : object "big bad wolf" msg = "He has sharp teeth." adjective = "bad";

And delete the synonyms in the vocabulary{} section.

But what do I do if I have more than two adjectives, e.g. little red riding hood? I should be able to list multiple adjectives for any given object.

Multiple Nouns and Adjectives per object and recognised by the parser will be added to Adventuron, but not before jam close.

I will try to fix the two adjectives parser bug in the meantime. That's a good example of the parser assuming the player will only type one adjective, which is obviously a flawed assumption.