Search found 2 matches

by Badger999
Sat May 01, 2004 8:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94127

while testing the macro i encountered a strange thing: the Commands[2, ...] Array seems to be fooked, The ExeCommand routine get's a wrong routine name for example the command sit. sit = camp. I checked the array in the AddCommand function (/echos to see what get's added, and there it seems fine) I ...
by Badger999
Fri Apr 30, 2004 4:20 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94127

Code: Select all

Sub Do-FollowMode 
  /if ([color=red]![/color]${Defined[Param0]}) /return
  /varset FollowMode ${Param0}
/return

Sub Do-MoveToMode
  /if ([color=red]![/color]${Defined[Param0]) /return 
  /varset MoveToMode ${Param0} 
/return