Z-code versions of Dorothy Millard's games incl. menus

Games for Spectrum, C64, Amstrad, Amiga, Apple ][ and the rest of the 8-bit and 16-bit platforms. Pleas for help, puzzles, bug reports etc.

Moderator: Alastair

Message
Author
User avatar
auraes
Posts: 148
Joined: Sun Jul 12, 2015 6:13 am
Location: France
Contact:

Re: Z-code versions of Dorothy Millard's games incl. menus

#16 Post by auraes » Fri May 05, 2023 9:19 am

Get the Inform 6 compiler and put it in your UnQuill folder, make the changes and compile. You will get a modified iqrun.z5 file.
https://ifarchive.org/indexes/if-archiv ... ecutables/

Code: Select all

inform6.exe IQRun/iqrun.inf +IQRun/
You can also add a prompt sign '>' to the getInput() function in the iqrun.inf file like this:

Code: Select all

[ GetInput x lblen;
   do
   {
      @random 4 -> x;
      SysMess(x + 1);
      PutChar(13);
      PutChar('>');

Denk
Posts: 49
Joined: Mon Nov 23, 2020 3:43 pm
Location: Hjørring, Denmark

Re: Z-code versions of Dorothy Millard's games incl. menus

#17 Post by Denk » Tue May 16, 2023 11:28 am

Thanks, sounds easy enough. Hope to find the time in the near future.

Post Reply