Admin #5

Parent #10Owner #10Flags player, programmer, wizardSource MurpgCore-0.4/MurpgCore-0.4.db

3 verbs · 74 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
testsortthis none thisrwxd#58
mcnone none nonerwd#54
testingany any anyrwd#53

Properties

PropertyDefinerFlagsOwnerValue
shit#5rw#100
show_obj_nums#10rw#101
owned_objects#8rw#10{#23, #88, #95, #57, #62, #60, #17, #59}
editing_prop#8rw#10""
editing_obj#8rw#10#-1
editing_loc#8rw#10#-1
insert_point#8rw#102
prompt_on#6rw#10<clear>
color#3rw#101
base_hear#3rw#103
base_see#3rw#10<clear>
base_smell#3rw#10<clear>
prompt_string#3rw#10"bash$"
base_hp#3rw#1047
cur_hp#3rw#1047
password#3rw#10"SrU4bmypbPpMo"
messages#3rw#10{}
base_feel#3rw#10<clear>
base_taste#3rw#10<clear>
known_languages#3rw#10{#63, #75}
current_language#3rw#10<clear>
gender#3rw#10"male"
afk#3rw#100
base_str#3rw#1014
base_int#3rw#1010
base_hea#3rw#1013
base_spd#3rw#1010
base_cnc#3rw#1016
held#3rw#10{#61, #62, #78, #59, #34, #50}
help_db#3rw#10<clear>
wielded#3rw#10{}
worn#3rw#10{}
species#3rw#10#67
height#3rw#1072
current_channels#3rw#10{"design", "admin", "dm"}
position#3rw#10"standing"
consciousness#3rw#10"awake"
base_ac#3rw#1010
skills#3rw#10{"Long_Sword", 4, "Stealth", 8, "Dagger", 10, "Casting", 7}
base_dex#3rw#1019
base_con#3rw#1014
combat_stance#3rw#10"attack"
known_players#3rw#10{#56, "Theo...", #4, "Fidner"}
targets#3rw#10{}
last_connected#3rw#10"Saturday, August 24th, 9:09pm EDT"
combat_init#3rw#100
combat_weapon#3rw#10#78
base_endurance#3rw#10135
cur_endurance#3rw#10105
base_focus#3rw#10<clear>
cur_focus#3rw#10100
current_spell#3rw#100
paths#3rw#10{#87, 9}
prompt_colors#3rw#10<clear>
finished#3rw#100
full_name#3rw#10"Not the One"
total_points#3rw#1083
form_members#3rw#10{}
leader#3rw#100
start_location#3rw#10<clear>
description#1rw#10{"A blue tinted, cold-looking giant with icicles dangling from his beard."}
aliases#1rw#10{}
home#1rw#10#33
short_desc#1rw#10<clear>
core#1rw#101
handedness#1rw#10<clear>
base_enc#1rw#10<clear>
base_weight#1rw#10165
capacity#1rw#10100
max_fit#1rw#10100
pprep#1rw#10<clear>
gprep#1rw#10<clear>
generic_name#1rw#10<clear>
age#1rw#109687

Ancestry

Ancestors (nearest first): #10 DM Class#9 Coder Class#8 Architect Class#6 Player Class#3 Animate Class#11 Game Class#1 Root Class

Children: none

Call graph

calls n5_0 #5:testsort n3_2 #3:tell n5_0->n3_2 n20_6 #20:sort n5_0->n20_6 n5_1 #5:mc n1_6 #1:descendants n5_1->n1_6 n5_2 #5:testing n5_2->n3_2

Source

testsort

Spec this none thisFlags rwxdOwner #10Definer #5

Referenced by

none

Source

1items = toint(args[1]);
2sortlist = {};
3for each in [1..items]
4sortlist = {@sortlist, random(100000)};
5endfor
6player:tell(ctime());
7$utils:sort(sortlist);
8player:tell(ctime());

mc

Spec none none noneFlags rwdOwner #10Definer #5

Referenced by

none

Source

1allobj = {#1, @#1:descendants()};
2for item in (allobj)
3item.core = 1;
4endfor

testing

Spec any any anyFlags rwdOwner #10Definer #5

Referenced by

none

Source

1#5:tell(args[1]);
2#5:tell(args[2]);
3#5:tell(args[3]);