@verb #242:"msg_help_verb" this none this rxd #7788 @program #242:"msg_help_verb" this none this if (args[1] == "!!!" || args[1] == "@@@") return "This is just a base name for the verb and not a social." endif vi = verb_info(this, args[1]) pfx = {tostr("\"", args[1], "\" you see:"), tostr("\"", args[1], "\" room sees:"), tostr("\"", args[1], " @1\" you see:"), tostr("\"", args[1], " @1\" @1 sees:"), tostr("\"", args[1], " @1\" room sees:")} msgs = {} for x in ({"", "o", "p", "t", "l"}) msgs = {@msgs, this.(tostr("msg_", x, args[1]))} endfor subs = {{"@1", "Dave"}} for x in [1..5] msgs[x] = tostr($su:left($su:substitute(pfx[x], subs), length(args[1]) + 19), $msg:substitute($su:substitute(msgs[x], subs))) endfor return msgs "Last modified by Leo (#8383) on Tue Mar 23 06:36:16 1999 MST." .