I was working on this while lonestar posted his and I figured what the heck I would send mine anyway.
EDIT: Ok I looked at Lonestars.... USE HIS

Both work, but his is cleaner.
After the commented section add thisCode:
## - SET FIG TYPE - ##
echo ANSI_15 "**Set Type Fig to Drop - O=Off, D=Def, T=Toll :"
getconsoleinput $setup_figs singlekey
lowercase $setup_figs
if ($setup_figs = "o")
setvar $fig_drop "F Z 1* Z C O * "
elseif ($setup_figs ="d")
setvar $fig_drop "F Z 1* Z C D * "
elseif ($setup_figs ="t")
setvar $fig_drop "F Z 1* Z C T * "
else
echo ANSI_4 "**You Made A Bad Selection......Try Again!!"
halt
end
Replace the following lines and now it will drop what you select prior to the menu options706 - setVar $result ($result& $fig_drop)
767 - send " m " & $Target & " * z a " & $maxFigAttack & "99887766554433221100 n * dz n " $fig_drop
860 - send $fig_drop