1. #1

    Itemrack and mount set.

    Howdy peeps

    I downloaded Itemrack today because I was told it would take care of riding crop when i mount/dismount.
    However, I have some problems with understanding this. Can any of you help?
    I checked the "Events", and found "Mount" which looked like this:

    Code:
    local mount = ItemRack_PlayerMounted()
    if not IR_MOUNT and mount then
     EquipSet()
    elseif IR_MOUNT and not mount then
     LoadSet()
    end
    IR_MOUNT=mount
    --[[Equips set to be worn while mounted.]]
    What am I supposed to do now? Thanks for any answers

  2. #2

    Re: Itemrack and mount set.

    Use ClosetGnome.

  3. #3

    Re: Itemrack and mount set.

    Thanks, CG made it alot easier

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •