RCRPG/PureBasic: Difference between revisions

m
Fixed syntax highlighting.
m (description update)
m (Fixed syntax highlighting.)
 
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.
<langsyntaxhighlight PureBasiclang="purebasic">;Here is a description of all of the commands:
;
;north
Line 859:
display(#CR$ + #CR$ + "Press ENTER to exit"): Input()
CloseConsole()
EndIf </langsyntaxhighlight>
9,476

edits