Search results

  1. N

    Face Sender Direction Help

    So im trying to command Bots to Run through a zone line since i dont think there is a way to face zonelines. /declare startHeading float local ${Spawn[PC =${Sender}].Heading.Degrees} /delay 15 /face fast heading ${Math.Calc[${startHeading}*-1]} /keypress FORWARD hold /delay 3s /keypress...
  2. N

    MQ2Map Questions

    Hey everyone seems i doing it wrong or something but cant get these to work Trying to Highlight My BOTs on the map Not all PC only specific names. /highlight color 63 0 127 /highlight PC pcname color 63 0 127 /highlight PC "pcname" color 63 0 127 also Tried /mapfilter marker pc square...
  3. N

    MQ2HUD and using Outer Variables

    Hey all is there a way to fix this in my hud i have TargetID_AMT= 3,4, 350,48, 255,255,255 ,${If[${Target.ID}, ${If[${Target.ID},${If[${Target.State.Equal[DEAD]}, ${Target.ID} , ${Target.ID}...
  4. N

    Subroutines Question

    So my Macro was working great in old code from 2013 MQ2, Now i Notice when i do /call MySubroutine zero one two three Sub MySubroutine /echo ${Param0}-${Param1}-${Param2}-${Param3} /Return My /echo Param 1-3 works fine but my Param0 i get NULL does new Base Code in MQ2 not reconize Param0 no...
  5. N

    Subroutines Problems

    So my Macro was working great in old code from 2013 MQ2, Now i Notice when i do /call MySubroutine zero one two three Sub MySubroutine /echo ${Param0}-${Param1}-${Param2}-${Param3} /Return My /echo Param 1-3 works fine but my Param0 i get NULL does new Base Code in MQ2 not reconize...
  6. N

    MQ2AutoLogin Issue not Working

    Not sure what im doin wrong it will not Type in Password. My mq2autologin.ini [Settings] ; First one is pointless for us, second is detectable, so don't use it! ; Using StationNames instead works nicely with WinEQ and prevents having to deal with ; any out of orderness that the sessions would...