I propose this to you, hoping that it will give moments of fun

Link to the post in VIC20 Software Releases of 2010.
Moderator: Moderators
Ah, my mistake! I missed the wraparound text. LOL - I thought it was something like - "You defeated the Ogre, you're wonderful!"orion70 wrote: @ robinsonmason: thanks for the fixes. TGA_v2 is available for download - link updated.
Your wonderful adventure was intended to mean exactly the wonderful adventure of yours, so I simplified it to your adventure continues.
Code: Select all
505 OS$(YY)=LEFT$(OS$(YY),1)
TGA does this in line 9830, albeit for one key only. You must be rather an impatient person, hammering away at the keyboard.dabone wrote:Maybe clear the keyboard buffer, then check for a keypress when the graphic screens are loaded?
Code: Select all
9830 GETB$:IFB$<>""THEN9830
[back to DIM OS$(99)Mike wrote:From what I've seen, the full description of the item in the inventory is only read from OS$(...), when you have purchased, or looted it. Later on, only comparisons are made with the first letter of the string in OS$().
Furthermore, in v3 the message "PLEASE WAIT WHILE LOADING GRAPHICS..." appears every time you have to wait on the real VIC.Mike wrote:Altering line 9830 to:purges the keyboard buffer before waiting for a key.Code: Select all
9830 GETB$:IFB$<>""THEN9830