Matching and exactly matching

From IFWiki

Revision as of 00:21, 5 December 2016 by Jerimee (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ex:

if (text) matches the text (text)

if "[score]" matches the text "3", ...

if the printed name of the location matches the text "the", ...

if the printed name of the location matches the text "the", case insensitively: ...

if the printed name of the noun matches the text "foo": ...


See Also