Gunner, skill level 68
Posted: Sun Apr 09, 2017 5:46 pm
Why is the skill "Concentrated Cannon Shot" not functioning?
Example:
The second skill never performs
Example:
Code: Select all
if CheckAvailable("Concentrated Cannon Shot")
then
CheckExecute("Concentrated Cannon Shot")
return true
end
if CheckAvailable("Frost Cannon")
then
CheckExecute("Frost Cannon")
return true
end