I have been digging through the forums and the API wiki. I cannot seem to figure out how to trigger my mount skills. The skills I am trying to trigger are the mounts "Run! (Rank 1)" or the "Dreaming Donkey (Rank 4)". Any help will be appreciated.
if (skillCooldown("Run!"))
{
UseSkill("Run!");
}