client utilities #175

Parent #72Owner #361Flags readSource hellcore/hellcore.db

Aliases: client utilities

3 verbs · 19 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
tell_inv_addthis none thisrxd#1752
tell_inv_rmthis none thisrxd#1752
tell_inv_add_oldthis none thisrxd#1753

Properties

PropertyDefinerFlagsOwnerValue
map_start#175rc#361"#$#map"
map_end#175rc#361"#$#/map"
roomdesc_start#175rc#361"#$#roomdesc"
roomdesc_end#175rc#361"#$#/roomdesc"
exits_start#175rc#361"#$#exits"
exits_end#175rc#361"#$#/exits"
roomdesc_title#175rc#361"$#$title:"
dirs#175rc#361{"north", "northeast", "east", "southeast", "south", "southwest", "west", "northwest"}
help_msg#72rc#361<clear>
aliases#1rc#361{"client utilities"}
description#1rc#361<clear>
object_size#1r#29{2280, 1298433983}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rc#361<clear>
owner_verbs#1rc#361<clear>
plural_name#1rc#361<clear>
client_image#1rc#361<clear>
listening#1rc#361<clear>

Ancestry

Ancestors (nearest first): #72 Generic Utilities Package#1 root

Children: none

Source

tell_inv_add

Spec this none thisFlags rxdOwner #361Definer #175

Referenced by

Source

1{who, what} = args;
2who:client_tell("add #", toint(what), ",", what.name, ",#", toint(what.location), ",", con = is_a(what, $container), con ? "," + tostr(what.open) | "");

tell_inv_rm

Spec this none thisFlags rxdOwner #361Definer #175

Referenced by

Source

1{who, what} = args;
2who:client_tell("rm #", toint(what));

tell_inv_add_old

Spec this none thisFlags rxdOwner #361Definer #175

Referenced by

none

Source

1"Copied from client utilities (#32136):tell_inv_add by Gilmore (#98) Sat Sep 10 14:38:10 2005 CDT";
2{who, what} = args;
3who:client_tell("add #", toint(what), ",", what.name, ",#", toint(what.location), ",", is_a(what, $container));