Sidalol Member Joined Jul 1, 2010 Messages 987 Reaction score 15 May 1, 2012 #1 Hi, I need to check if I am currently crafting an item (as in the cast bar is still progressing). I guess maybe this works the same way as spells? Is there any way for me to check? Like me.isCrafting or something? :/
Hi, I need to check if I am currently crafting an item (as in the cast bar is still progressing). I guess maybe this works the same way as spells? Is there any way for me to check? Like me.isCrafting or something? :/
Narayan Member Joined Oct 26, 2010 Messages 405 Reaction score 2 May 1, 2012 #2 Me.IsCasting() if I remember correctly, not sure if it works when crafting though? May be worth looking over Lua?
Me.IsCasting() if I remember correctly, not sure if it works when crafting though? May be worth looking over Lua?
Sidalol Member Joined Jul 1, 2010 Messages 987 Reaction score 15 May 1, 2012 #3 I'll give this a try, thanks!