Search results

  1. N

    Face Sender Direction Help

    yeah ive never used either one of them before do i have to use both to run pass zone lines i just started toying with mq2nav but how would i use that to run to zoneline. Thanks btw
  2. 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...
  3. 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...
  4. N

    MQ2HUD and using Outer Variables

    Hey got one more question on Variables inside HUD So i got variables like Tashed${Target.ID} declared as outer and use to work fine in my old mq2 build but this mq2hud not like macro variables in it. anyways i cant declare them as global because i dont know what the Target.ID number is going...
  5. N

    MQ2HUD and using Outer Variables

    Thank you guys that seem to fix problem for me
  6. N

    MQ2HUD and using Outer Variables

    Well it worked Once now my Variable CombatTargetID still showing NULL so still need help if anyone is able too
  7. N

    MQ2HUD and using Outer Variables

    So i Found out if i change the Type to 17 it loads Outer Variable correctly TargetID_AMT= 17,4, 350,48, 255,255,255 ,TEXTHERE instead of TargetID_AMT= 3,4, 350,48, 255,255,255 , Not sure if its because only when macro running 16 and display in non-full screen 1 = 17 is why it works or what...
  8. 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}...
  9. 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...
  10. N

    MQ2AutoLogin Issue not Working

    So for anyone else with this same problem this fixed it UseMQ2Login=0
  11. 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...
  12. 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...