void main()
{
   object oPC = GetPCSpeaker(), oSpeaker = OBJECT_SELF;

   string sMsg = GetName(oPC) + " is level " + IntToString(GetHitDice(oPC)) + " LFP.";

   AssignCommand(oSpeaker, ActionSpeakString(sMsg, TALKVOLUME_SHOUT));
}