10-10-2013, 10:16 PM
action = ActionList:Get(youSkillId,FFXIV.ACTIONTYPE.CRAFT)
if(action.isready)then
action:Cast()
end
You have to use the ActionList:Get(id,type), this is the only way to update the action with current data.
if(action.isready)then
action:Cast()
end
You have to use the ActionList:Get(id,type), this is the only way to update the action with current data.