TW2002 / mombot

Public version of MomBot script for TradeWars 2002
GNU General Public License v3.0
5 stars 0 forks source link

Dep / With #20

Closed RogerHuba closed 1 year ago

RogerHuba commented 1 year ago

Add help for k and m for shortcuts

DMC73120 commented 1 year ago

I also use the m shortcut for wsst

daynez commented 1 year ago

The keep command creates its own help file already.

setVar $BOT~help[1] $BOT~tab&"keep {amount} " setVar $BOT~help[2] $BOT~tab&" Will withdraw or deposit to/from citadel so you" setVar $BOT~help[3] $BOT~tab&" have the amount of credits requested." setVar $BOT~help[4] $BOT~tab&" " setVar $BOT~help[5] $BOT~tab&" Examples:" setVar $BOT~help[6] $BOT~tab&" >keep 500k" setVar $BOT~help[7] $BOT~tab&" >keep 2m" setVar $BOT~help[8] $BOT~tab&" >keep 200000" setVar $BOT~help[8] $BOT~tab&" " setVar $BOT~help[8] $BOT~tab&" - Author: Deign " gosub :bot~helpfile

RogerHuba commented 1 year ago

Wal already incorporated in some versions of the commands but not all. Will unify.

RogerHuba commented 1 year ago

Done