#include #include inherit LIB_ITEM; void create(){ ::create(); SetKeyName("captains key"); SetId( ({"captain key","key","thang","dingus"}) ); SetAdjectives( ({"royal","commanding","template"}) ); SetShort("the captains key"); SetLong("This is a key, belonging to the captain of the USS Profit"); SetMass(20); SetBaseCost("silver",10); SetVendorType(VT_TREASURE); } void init(){ ::init(); }