RCRPG/Ruby: Difference between revisions

no edit summary
No edit summary
Line 18:
Direction commands:<pre>north, south, east, west, up, down</pre>Type these in order to go in a certain direction. There must be a hole in the wall in that direction. All directions are aliased by their first letter (ie. you can go south by just typing s). In order to go up, you must have a ladder in your current room. In order to go down, the room below you must have a ladder in it.
 
Attack:<pre>attack &lt;''direction''&gt;</pre>Break a hole in the wall in the specified direction. You must have a sledge equipped to do this.
 
Take/Drop:<pre>take &lt;item&gt;