Sierra Style Parsers in AGS

Created on 2020-12-29T00:16:33-06:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

Parsing

AGS scripting lets you say Parser.Said("foo [bar]") which replaces foo and bar with the IDs from the table. Notation in brackets makes a word optional.

For example "fiery potato" would become 3 7. If potato and spud were synonyms then both "fiery potato" and "fiery spud" would be parsed as 3 7.

Special tokens