Try to look for things like this in faramir's .ini file, he has it also:
BeginScript CurDrawableShowSubObject("arrow") EndScript BeginScript CurDrawableHideSubObject("arrow") Prev = CurDrawablePrevAnimationState() if Prev == "STATE_Selected_Bow" then CurDrawableSetTransitionAnimState("TRANS_BowToSword") end if Prev == "STATE_Idle_Sword" then CurDrawableSetTransitionAnimState("TRANS_BoredToSelectedSword") return end EndScript