RCRPG/Inform 7: Difference between revisions

m
Fixed syntax highlighting.
(description)
m (Fixed syntax highlighting.)
 
Line 4:
Player-defined aliases are not supported, although some common abbreviations are built in. Equipped items are marked with a flag instead of being removed from inventory. The sledge has a chance of breaking each time the player breaks through a wall (but only after a replacement has been discovered somewhere).
 
== =Language Idioms ===
(Add to this list if you see anything of interest not mentioned.)
 
Line 24:
* Customized action patterns ("sledging with")
 
== =Code ===
{{works with|Z-machine|8}}
{{works with|Glulx virtual machine}}
<langsyntaxhighlight lang="inform7">"RCRPG"
The story headline is "An implementation of http://rosettacode.org/wiki/RCRPG".
Line 313:
Report unequipping:
say "You unequip [the noun]."</langsyntaxhighlight>
9,476

edits