This command drops a quagent item into the map. '''Parameters:''' * 1: int item - the item to be dropped * 0 = "quagent_item_treasure" * 1 = "quagent_item_gold" * 2: int quantity - the quantity of the item * 3: float x - x coordinate of drop location * 4: float y - y coordinate of drop location * 5: float z - z coordinate of drop location '''Reports:''' * ''done'' when the task completes. * ''invalid_item'' if item is not 0 or 1 * ''invalid_quantity'' if quantity is less than 1 '''Example:''' * User sends: "dr 512 1 50 -350 -350 -32" * Director replies: "cp dr 512 done"