S.M.A.C.

For any fellow anglers out there, I created for myself the 'fish' and 'nofish' commands. Simply type 'fish' to begin fishing, and 'nofish' to stop automatically fishing (you will still need to 'reelin' your current cast).
Hope *someone* finds it usefull, or at least fun
[code:11hh1wz6]#alias {fish} {/action {^You pull your arm back and try to cast out your line, but it gets all tangled up. Try again.} {castout};/action {^You feel a very solid pull on your line!} {reelin;castout};/action {^Your line suddenly jumps to life... FISH ON!!!} {reelin;castout};castout} {G|Fishing}
#alias {nofish} {/unaction {You feel a very solid pull on your line!};/unaction {You pull your arm back and try to cast out your line, but it gets all tangled up. Try again.};/unaction {Your line suddenly jumps to life... FISH ON!!!}} {G|Fishing}
[/code:11hh1wz6]
Hope *someone* finds it usefull, or at least fun

[code:11hh1wz6]#alias {fish} {/action {^You pull your arm back and try to cast out your line, but it gets all tangled up. Try again.} {castout};/action {^You feel a very solid pull on your line!} {reelin;castout};/action {^Your line suddenly jumps to life... FISH ON!!!} {reelin;castout};castout} {G|Fishing}
#alias {nofish} {/unaction {You feel a very solid pull on your line!};/unaction {You pull your arm back and try to cast out your line, but it gets all tangled up. Try again.};/unaction {Your line suddenly jumps to life... FISH ON!!!}} {G|Fishing}
[/code:11hh1wz6]