Below is the code for calling CheckPole, it runs before each fishing attempt. /call CheckPole /if $return==1 /return And here is the code that does the return. /if "$equip(primary,name)"=="Fishing Pole" /return 0 Each time it does a fishing cycle, it calls CheckPole, which sees i...