1f0 @verb #1005:"jumble2" this none this rxd #7153 @program #1005:"jumble2" this none this language = args[1] target_skill = args[2] player_skill = player.language[2] mess = "" if (!args[3]) return "" endif for word in (args[3]) word = random(100) <= target_skill && random(100) <= player_skill ? word | this:mess_word(word, language) mess = mess + " " + word endfor mess = $string_utils:triml(mess) return mess "Last modified by Dax (#789) on Wed Jun 3 08:59:34 1998 EDT." . 0