Grey Gamer wrote:
Can I get some footnotes here?

What is all of that saying? Does "Bot" call a TWXProxy function or script? Right now I am just letting Elder Prophet's script negotiate a small amount of fuel. It seems to be really eager to, even though it takes as long to do that as organics and equipment combined, even when I keep sending it back to the same port.
loadvar $bot_name <- that loads the bots name from the bot your using ie m()mbot
setvar $bot $bot_name <- sets the variable to use only $bot instead of $bot_name (I usually just use $bot_name easier to remember)
that loads your bot name into the script
then if you do & your name is new_player:
send "'" $bot " buy f s *"
that translates into "'" opens subspace there is a ' in there $bot = new_player and the rest buys down the fuel using speed * = enter so it would look like this without the quotes to help see everything
' new_player buy f s enter
I hope that helps a little if not I am sure there are others that might be able to make it a little clearer