jdiperla / NewAge-Revamp

Create your own interactive fiction, text adventure, visual novel, cyoa(create your own adventure) and dialog game for Windows, MacOs, iOS, Google Android, Chromecast, Linux and ChromeOS with this tool. This is a revamp of my NewAge Engine.
8 stars 0 forks source link

Todo: synonyms #3

Open jdiperla opened 4 years ago

jdiperla commented 4 years ago

Synonyms for the parser.

EG:

bar synObj { ["look", OBJECTLOOK], ["Stare", OBJECTLOOK] }

Have it search the commands using array includes. Then eval.

jdiperla commented 4 years ago

Directions and Command Synonyms are implemented. Need to implement object synonyms.