@verb #3652:"@big" any any any rxdo #7446 @program #3652:"@big" any any any if (!args) return player:tell("Usage: @big <text>") endif this:update_usage(verb, player) text = {"", "", "", "", ""} for x in ($set_utils:intersection($su:char_list(argstr), $su:char_list(this.alphab))) la = 0 for y in (this.biglet[index(this.alphab, x)]) la = la + 1 text[la] = tostr(text[la], " ", y) text[la] = text[la][1..min(76, length(text[la]))] endfor endfor player:tell("You say:") player.location:announce(player.name, " says:") for x in (text) player.location:announce_all(x) endfor "Last modified by Dax (#789) on Thu Nov 8 11:38:33 2001 MST." .