Adds a looping timer when the dino is tamed(Event BPSetup Tamed). Checks the current health(BPGetCurrentStatusValue) against the max health(BPGetMaxStatusValue). If current health is lower checks if there is any RawMeat in the Inventory(GetItemTemplateQuantity). If there is meat it will remove one(BPIncrementItemTemplateQuantity) and add 25 health(ModifyCurrentStatusValue).