From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(basic information)
 
m (Cleanup)
Line 2: Line 2:


You can break to Commodore Basic by pressing {{kbd|Run Stop}}, and manipulate the game variables by typing in the basic interpreter.  When entering commands, the following applies:
You can break to Commodore Basic by pressing {{kbd|Run Stop}}, and manipulate the game variables by typing in the basic interpreter.  When entering commands, the following applies:
* The character set is modified - characters in normal basic may appear different than what's used in game.  
* The character set is modified characters in normal basic may appear different than what's used in game.  
* Since the background is recognized as a character, Basic will attempt to parse the background.  You can separate your commands from the background by typing {{kbd|:}} after the command - or you can try scrolling the screen downward.  
* Since the background is recognized as a character, Basic will attempt to parse the background.  You can separate your commands from the background by typing {{kbd|<nowiki>:</nowiki>}} after the command or you can try scrolling the screen downward.  
* If you receive a syntax error, you cannot use '''cont''' to resume the game - instead type '''goto 41'''.   
* If you receive a syntax error, you cannot use '''cont''' to resume the game instead type '''goto 41'''.   
* Your visible map won't reflect the situation within the game, whether you simply try to type the commands directly at the cursor, or try scrolling the screen.  You'll need to rebuild the map by visiting affected areas.
* Your visible map won't reflect the situation within the game, whether you simply try to type the commands directly at the cursor, or try scrolling the screen.  You'll need to rebuild the map by visiting affected areas.



Revision as of 22:17, 9 February 2009

You can break to Commodore Basic by pressing Run Stop, and manipulate the game variables by typing in the basic interpreter. When entering commands, the following applies:

  • The character set is modified — characters in normal basic may appear different than what's used in game.
  • Since the background is recognized as a character, Basic will attempt to parse the background. You can separate your commands from the background by typing : after the command — or you can try scrolling the screen downward.
  • If you receive a syntax error, you cannot use cont to resume the game — instead type goto 41.
  • Your visible map won't reflect the situation within the game, whether you simply try to type the commands directly at the cursor, or try scrolling the screen. You'll need to rebuild the map by visiting affected areas.

The source code for the game is protected. Attempting to use the list command will do a quick reset (similar to the Run Stop + Restore combination).