221 @verb #7165:"@done" any none none rdo #7165 @program #7165:"@done" any none none "Usage: @done <#>" "Remove the #-th reminder from your @todo list." if ((x = toint(argstr)) > 0) if (x <= length(player.todo_list)) player:tell("Removed \"", player.todo_list[x], "\" from your @todo list.") player.todo_list = listdelete(player.todo_list, x) else player:tell("You don't have that many things to do!") endif else player:tell("What's done?") endif "Last modified by Dax (#789) on Tue May 3 14:09:36 2005 MDT." . 0