I have a problem using the LIB_DUMMY (/std/dummy.c) inherited object.
I have the following code snippet:
code:
inherit LIB_DUMMY;
void create(){
dummy::create();
SetKeyName("information pillar");
SetId( ({"terminal", "pillar"}) );
SetAdjectives( ({"information", "metal"}) );
SetShort("an information terminal");
SetLong("This is a brushed metal looking information terminal.");
}
The strange thing is that i can "look pillar", but i can't "look terminal"
When i change the code back to inherit the LIB_ITEM, i do can look at both "terminal" and "pillar". Anybody any idea why this is?
When i look at the dummy code, the SetId() function simply calls the id::SetId() function, so i don't see why this works different.
Thanks for the input.
The Never Ending Matrix
IP: 213.93.14.144, port: 4242