10-29-2013, 08:55 PM
the problem here I think is, that I rely on IsCasting(), and the actual cast really is over, but the check I do before
doesn't seem to see the pet (while I do ;))
Code:
local mypet = Player.pet
if ( TableSize(mypet) < 1) then
doesn't seem to see the pet (while I do ;))