key #153
Aliases: key
3 verbs · 31 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
look_self | this none this | rxd | #153 | 4 |
can_glob | this none this | rxd | #153 | 4 |
set_keyed | this none this | rxd | #153 | 2 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
keyed_to | #153 | rc | #29 | "" |
handed | #5 | rc | #29 | <clear> |
wield_msg | #5 | rc | #29 | <clear> |
unwield_msg | #5 | rc | #29 | <clear> |
size | #5 | rc | #29 | <clear> |
look_place_msg | #5 | rc | #29 | <clear> |
value | #5 | rc | #29 | 2 |
get_msg | #5 | rc | #29 | <clear> |
drop_msg | #5 | rc | #29 | <clear> |
get_fail_msg | #5 | rc | #29 | <clear> |
junk_ok | #5 | rc | #29 | <clear> |
floats | #5 | rc | #29 | <clear> |
long_name_msg | #5 | rc | #29 | <clear> |
article | #5 | rc | #29 | <clear> |
setup_list | #5 | rc | #29 | <clear> |
health | #5 | rc | #29 | <clear> |
health_max | #5 | rc | #29 | <clear> |
min_skill | #5 | rc | #29 | <clear> |
skill | #5 | rc | #29 | <clear> |
recipe_for | #5 | rc | #29 | <clear> |
carried_msg | #5 | rc | #29 | <clear> |
aliases | #1 | rc | #29 | {"key"} |
description | #1 | rc | #29 | "A brass key with the word \"SCHLONGUE\" stamped into it." |
object_size | #1 | r | #29 | {1765, 1298433815} |
hidden_verbs | #1 | rc | #29 | <clear> |
phelp_msg | #1 | rc | #29 | <clear> |
weight | #1 | rc | #29 | 10 |
owner_verbs | #1 | rc | #29 | <clear> |
plural_name | #1 | rc | #29 | <clear> |
client_image | #1 | rc | #29 | <clear> |
listening | #1 | rc | #29 | <clear> |
Ancestry
Ancestors (nearest first): #5 generic thing → #1 root
Children: none
Call graph
Source
look_self
Referenced by
none
Source
1pass(@args); 2if (!`this.hide_key ! ANY') 3player:tell("The number '", this.keyed_to, "' is etched down its length."); 4endif
can_glob
Referenced by
none
Source
1if (this.keyed_to) 2return 0; 3endif 4return pass(@args);
set_keyed
Referenced by
none
Source
1new_key = args[1]; 2this.keyed_to = new_key;