[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
.
string inside_a_short(object ob, object play)This method produces the inside messages for the given object up to the player object. This one generates 'a_short' messages. This should only be called with an object that is a container. It will produce weird and incorrect messages otherwise.
string inside_one_short(object ob, object play)This method produces the inside messages for the given object up to the player object. This one generates 'a_short' messages. This should only be called with an object that is a container. It will produce weird and incorrect messages otherwise.
string inside_the_short(object ob, object play)This method produces the inside messages for the given object up to the player object. This one generates 'the_short' messages. This should only be called with an object that is a container. It will produce weird and incorrect messages otherwise.