to include the coding so that my AA skill Innate Camo would be cast every 10 minutes so i can AFK fish in Powater?
im using just a basic fish+forage macro from the depot
this is what i saw. but what about when i have to randomly cast a new pole from Fisherman's Companion? is there a way to set it up so that if camo is noexistant that it recasts it right away?
/declare CamoTimer timer
/cleanup
:Forage
/if n @CamoTimer<=0 {
/alt activate 80
/varset CamoTimer 160
}

