HR DM tool has the skills that can be used through the chat commands. You can look through it for help.
nwvault.ign.com/View.php//// Here some with animal empathy
int iAnimalEmp = TestStringAgainstPattern("**/A.E.**",sSpoke);
if(iAnimalEmp==TRUE)
{
SetLocalInt(oSpeaker, "dmfi_univ_int", 71);
string sNSpoke = StringReplace(sSpoke,"/a.e.","");
string sNSpoke2 = StringReplace(sNSpoke,"/A.E.","");
SetPCChatMessage("");
SetLocalString(oSpeaker, "dmfi_univ_conv", "pc_dicebag");
ExecuteScript("dmfi_execute", oSpeaker);
return;
}
///////end
It run through the DoDiceBagFunction function in the dmfi_execute script of DMFI
hope this helps you get in the right direction.