View/Edit #5586:tell_contents

Switch to edit mode.

Name(s): tell_contents
1: "Separates the 'art' from any other objects in the room."
2: player:Tell("You see the following artwork:")
3: stuff = art = {}
4: for thing in (args[1])
5:   this:is_art(thing) ? art = {@art, thing:title()} | (stuff = {@stuff, thing})
6: endfor
7: player:tell($string_utils:columnize(art, 5))
8: pass(stuff)
9: "Last modified by MadHatter (#8371) on Tue Aug 13 05:30:28 2002 MDT."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: DT_Landlady (#9799)

You are not logged in.

[home | help | who | search | setup | code]