View Single Post
11-25-06, 05:01 PM   #1
Shamino
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 66
TradeSkill / Craft frame open API

create an API function that will open a profession frame (tradeskill/crafting etc...)
is treating it as a spell by design? or is there some reason is has to be performed that way?

local boolean = OpenProfession(professionName);

* request ignored if the profession is not known.
** possible ignored if in combat, not sure if this is what blizz wants
  Reply With Quote