@verb #1371:"@rmpoll" any none none rxdo #7153 @program #1371:"@rmpoll" any none none "Usage: @rmpoll " " -=> Removes the poll if you added it." if (!dobjstr || (n = toint(dobjstr)) == 0) player:tell("Usage: @rmpoll <number>") elseif (n < 1 || n > length(this.polls)) player:tell("The number must be withen a valid range. Current polls number from 1-", length(this.polls), ".") elseif (this.polls[n][2] != player && player != this.owner) player:Tell("Sorry, only the owner of that poll can remove it") else this.polls = setremove(this.polls, n) player:tell("Poll removed.") endif "Last modified by Dax (#789) on Tue May 3 14:09:33 2005 MDT." .