Returns the number of times the trade skill recipe currently being performed will repeat. Returns 1 if a recipe is not being performed; after DoTradeSkill() is called, returns the number of repetitions queued (which decrements as each repetition is finished).


See also Tradeskill functions.

Signature:

repeatCount = GetTradeskillRepeatCount()

Returns:

  • repeatCount - Number of times the current recipe will repeat (number)