Good morning.
I'm trying to figure out the best way to add looting options to OMG's taming script, simply because I can't bear to let that many gaman horns and so much leather decay.  I'm torn between trying to code something into the main loop, or to use TM's advclawlite.
I think this is my starting point, but please tell me if I'm off:
if #RESULT = FOUND
   {
   set %tamingsuccess TRUE
   gosub movetocreature %closeid
   gosub tamecreature %closeid
   gosub renamerelease %closeid
   gosub killtamedpet %closeid
****insert line here****  <---------------
   ignoreitem %closeid
   if %healthwatcher = TRUE
      gosub healthwatcher
   }
Am I at least in the right place to start tweaking?
Thanks!