Limbo #10

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

Aliases: The Body Bag

7 verbs · 10 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
acceptablethis none thisrxd#101
confuncthis none thisrxd#105
who_location_msgthis none thisrxd#101
movetothis none thisrxd#101
ejectthis none thisrxd#107
announce*this none thisrxd#101
enterfuncthis none thisrxd#101

Properties

PropertyDefinerFlagsOwnerValue
aliases#1rc#361{"The Body Bag"}
description#1rc#361<clear>
object_size#1r#29{2946, 1298433815}
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): #1 root

Children: none

Call graph

calls n10_2 #10:who_location_msg n3_18 #3:who_location_msg n10_2->n3_18 n10_4 #10:eject n42_0 #42:controls n10_4->n42_0 n10_6 #10:enterfunc n20_59 #20:name_and_number n10_6->n20_59

Source

acceptable

Spec this none thisFlags rxdOwner #361Definer #10

Referenced by

none

Source

1return 0;

confunc

Spec this none thisFlags rxdOwner #361Definer #10

Referenced by

none

Source

1(caller == #0) || raise(E_PERM);
2{who} = args;
3"this:eject(who)";
4"Modified 08-22-98 by TheCat to foil people who manually set their home to places they shouldn't.";
5who.location:announce_all_but({who}, who.name, " has connected.");

who_location_msg

Spec this none thisFlags rxdOwner #29Definer #10

Referenced by

none

Source

1return $player_start:who_location_msg(@args);

moveto

Spec this none thisFlags rxdOwner #29Definer #10

Referenced by

none

Source

1"Don't go anywhere.";

eject

Spec this none thisFlags rxdOwner #361Definer #10

Referenced by

none

Source

1if ($perm_utils:controls(caller_perms(), this))
2if ((what = args[1]).wizard && (what.location == this))
3move(what, what.home);
4else
5return pass(@args);
6endif
7endif

announce*

Spec this none thisFlags rxdOwner #361Definer #10

Referenced by

none

Source

1return;

enterfunc

Spec this none thisFlags rxdOwner #361Definer #10

Referenced by

none

Source

1$nets.prognet:announce(this, $su:nn(args[1]) + " is in #15 (old style limbo).", 1);