279 @verb #7280:"@add-item" any any any rxdo #2731 @program #7280:"@add-item" any any any "For the reccord, the list per entry will be: name, time added, time expires, type(it breaks at this point)" if (caller != this.owner) raise(E_PERM) endif item = {} player:tell("Adding new auction item \"", argstr, "\"...") item = {argstr} item = {item, time(), time() + 60480} type = $command_utils:read("the kind of item is to be put up for auction") if (type == "armor") elseif (type == "weapon") elseif (type == "token") else player:tell("Please try again, suggested types of items are armor, weapon, or token.") endif . 0