Vocola commands for interactive fiction

It’s possible to dictate into many interactive fiction interpreters, such as Win Glulxe or Windows Frotz, but there are occasionally glitches–words run together, or the correction command doesn’t work right. These commands minimize the possibility of run-together words by inserting a space.

# Voice commands for frotz

Up = u{Enter};

Down = d{Enter};

North = n{Enter};

South = s{Enter};

East = e{Enter};

West = w{Enter};

Northeast = ne{Enter};

Northwest = nw{Enter};

Southeast = se{Enter};

Southwest = sw{Enter};

Zed = z{Enter};

Again = g{Enter};

Examine <_anything> = x{Space}$1{Enter};

Yes = y{Enter};

No = n{Enter};

inventory = i{Enter};

scrollback ={Ctrl +l};

Get <_anything> = get {Space} $1{Enter};

Drop <_anything> = drop {Space} $1{Enter};

Open <_anything> = open {Space} $1{Enter};

Close <_anything> = close {Space} $1{Enter};

Unlock <_anything> = unlock {Space} $1{Enter};

This entry was posted in Disability, Games, Technology and tagged , , , , , . Bookmark the permalink.

Leave a comment