Files
halfstreet/src/world/parser.md
T

41 lines
871 B
Markdown
Raw Normal View History

2026-05-13 17:59:13 -05:00
---
directions:
n: [n, north]
s: [s, south]
e: [e, east]
w: [w, west]
u: [u, up]
d: [d, down]
prepositions: [with, on, in, to]
stopWords: [at, the, a, an]
noTargetVerbs: [look, inventory, wait, listen]
metaVerbs: [restart, undo, hint, save, quit, theme]
verbs:
go: [go, walk, move]
look: [look, l]
examine: [examine, x, inspect]
inventory: [inventory, inv, i]
take: [take, get, grab, pick up]
drop: [drop, put, leave]
use: [use, combine]
open: [open, uncover]
close: [close]
drink: [drink, sip]
read: [read]
light: [light]
extinguish: [extinguish, douse]
attack: [attack, kill, fight, strike]
hold: [hold, show]
push: [push, press]
pull: [pull]
cut: [cut, trim]
play: [play]
listen: [listen]
pour: [pour]
wait: [wait, z]
---
# Parser Vocabulary
Edit the frontmatter above to tune the commands Halfstreet accepts.