#include inherit LIB_SENTIENT; static void create() { sentient::create(); SetKeyName("grunthol"); SetId(({"npc","mob","character","mobile"})); SetAdjectives(({"non player"})); SetShort("grunthol"); SetLong("Other than being human, this npc is entirely unremarkable."); SetLevel(1); SetMelee(1); SetRace("ooga"); SetGender("male"); } void init(){ ::init(); }