Jump to content
IGNORED

New text adventure - An Unusual Dream


CGrey

Recommended Posts

  • 3 months later...

I'd like to be able to type commands. Like type 'f' and hit TAB to display all options that begin with 'f', then 'fo' would display 'forward'.

 

Cycling is nice to see all possible options, but would also like to cycle backwards -- not always forward.

  • Like 1
Link to comment
Share on other sites

I'd like to be able to type commands. Like type 'f' and hit TAB to display all options that begin with 'f', then 'fo' would display 'forward'.

 

Cycling is nice to see all possible options, but would also like to cycle backwards -- not always forward.

Use the Shift Key to change the Cycle Direction??

 

Left and Right Arrows???

 

MarkO

Link to comment
Share on other sites

  • 2 weeks later...

The basic code here hard to explain -

 

9000-9010 is the list of actions, which uses A as a variable.

 

9100-9115 is the objects.

 

9100 datame,1,1,0,0 - this is object #1 or the player location

first 1 is the room location, second number is 1=untakable 0=takable

third number is the object it is inside or being carried by. if the player is carrying it the value will be 1

if it is 0, it is not carried or in container

last number 0=not a container or surface 1=open container 2=closed 3=surface (can put things 'on' it.)

 

9200-9219 room titles and linkers for north,south,east,west,up, and down.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...