cmd_get.rb

Uploaded: 03 Aug, 2009
Previous uploads by this submitter: 0

Author: Christopher Bailey

Downloads: 58

A replacement for the get command in Teensymud. The standard get command will pick up all objects in a room,
this one let's you specify an object. The syntax is slightly different than typical. You must refer to an object name
either by a single word in it's name, or by a prefix of it's name. For instance:

A leather bound tome is lying here.

get tome # works
get leather bound tome # works
get leather tome # Nope!