Hi there!
I’m making an IF story based on a starship, and I’d like to use port, starboard, fore, and aft instead of north, south, east, and west. Is there a way to remove the existing directions, or just stop understanding n, s, e, or w as shortcuts to go that way? This is what I have so far:
[ Create starship style directions]
Starboard is a direction. The opposite of starboard is port. Understand “s” as starboard. Understand “starbord” as starboard.
Port is a direction. The opposite of port is starboard. Understand “p” as port.
Fore is a direction. The opposite of fore is aft. Understand “f” as fore.
Aft is a direction. The opposite of aft is fore. Understand “a” as aft.
Index map with fore mapped as north.
Index map with starboard mapped as east.
Index map with aft mapped as south.
Index map with port mapped as west.
Instead of going north, say “Compass directions make no sense on a starship, but you can use starboard, port, fore, and aft instead.”
Instead of going east, say “Compass directions make no sense on a starship, but you can use starboard, port, fore, and aft instead.”
Instead of going south, say “Compass directions make no sense on a starship, but you can use starboard, port, fore, and aft instead.”
Instead of going west, say “Compass directions make no sense on a starship, but you can use starboard, port, fore, and aft instead.”
This works, but typing s prints this:
>s
Which do you mean, the south or Starboard
I’ve tried Understand nothing as going south, for example, but it doesn’t parse.