We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Natalia. I have in my DSF file two objects:
#define locGaveta 50 - The place 50 is the same number as object
/33 locGaveta 1 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Y AGENDA _ /50 NOTCREATED 20 Y _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Y GAVETA _
Agenda (notebook) is a regular object Gaveta (drawer) is a container object
The agenda object is inside gaveta.
I implemented the command EXAMINE GAVETA:
EXAMINE GAVETA PRESENT objGaveta LISTAT locGaveta DONE
It lists the objects inside the container object.
In the beginning of the game, the agenda object is inside the gaveta object. I've implemented the GET and PUT inside the gaveta object.
; GET FROM
PEGUE _ TIRE _ NOUN2 GAVETA AUTOT locGaveta DONE
; PUT INTO
PONHA _ NOUN2 GAVETA AUTOP locGaveta DONE
When running the command: "TIRE AGENDA GAVETA" and it executes the AUTOT command. we receive the system message #52.
Thanks
I'm developing the game with the ZX Spectrum Next interpreter and seems to be fine.
The PUT function AUTOP seems to be working fine. I could put an object inside the container but cannot remove it after the first action.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, Natalia.
I have in my DSF file two objects:
#define locGaveta 50 - The place 50 is the same number as object
/33 locGaveta 1 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Y AGENDA _
/50 NOTCREATED 20 Y _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Y GAVETA _
Agenda (notebook) is a regular object
Gaveta (drawer) is a container object
The agenda object is inside gaveta.
I implemented the command EXAMINE GAVETA:
It lists the objects inside the container object.
In the beginning of the game, the agenda object is inside the gaveta object.
I've implemented the GET and PUT inside the gaveta object.
; GET FROM
; PUT INTO
When running the command: "TIRE AGENDA GAVETA" and it executes the AUTOT command. we receive the system message #52.
Thanks
I'm developing the game with the ZX Spectrum Next interpreter and seems to be fine.
The PUT function AUTOP seems to be working fine. I could put an object inside the container but cannot remove it after the first action.
The text was updated successfully, but these errors were encountered: