
LoneStar's Oreinator v1.6
First, let me say "Thanks for the pack!!" I assume you are not supporting the pack as you are doing mombot.
Second, while this is a bug report, I am including the fix I used so you dont have to do an update or anything.
When running this I had been stopped at the nav prompt (ie 'y' from the command prompt)
I think I traced it to this section, there are three or four in the script
Code:
send ($result&" * J Y ")
waitfor "Are you sure you want to jettison all cargo"
return
everywhere I found this I removed the 'Y" and it worked like a charm from there on out.
Code:
send ($result&" * J ")
waitfor "Are you sure you want to jettison all cargo"
return
My question is: Have I screwed up something else by doing this?
Cerne