RCRPG/PureBasic: Difference between revisions

Content added Content deleted
m (description update)
m (Fixed syntax highlighting.)
 
Line 5: Line 5:


A simple outlay of the play strategy is: Take and equip a sledge. Get some gold to ask for hints (from the program) and move a ladder into a room to go up if necessary and attack walls to make exits.
A simple outlay of the play strategy is: Take and equip a sledge. Get some gold to ask for hints (from the program) and move a ladder into a room to go up if necessary and attack walls to make exits.
<lang PureBasic>;Here is a description of all of the commands:
<syntaxhighlight lang="purebasic">;Here is a description of all of the commands:
;
;
;north
;north
Line 859: Line 859:
display(#CR$ + #CR$ + "Press ENTER to exit"): Input()
display(#CR$ + #CR$ + "Press ENTER to exit"): Input()
CloseConsole()
CloseConsole()
EndIf </lang>
EndIf </syntaxhighlight>