#include #include inherit LIB_ITEM; void create(){ ::create(); SetKeyName("generic thing"); SetId( ({"thing","item","thang","dingus"}) ); SetAdjectives( ({"generic","sample","template"}) ); SetShort("a generic thing"); SetLong("This is an object of indeterminate nature and proportions."); SetMass(20); SetDollarCost(10); SetVendorType(VT_TREASURE); }