Jump to content

Eat Pant

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Eat Pant

  • Rank
    Newbie
  1. Yes, I tried to place it into the init section of the soviet soldier I am trying to make charge blindly. I added the new script with a bracket in the front and now I don't get the error, but my guys still do not charge blindly into the enemies And thank you for the welcome. Glad to see noobs like me are tolerated.
  2. I'm trying to use this script to make my units charge without shooting back at the enemies _x setskill ["courage",1]; _x setCombatMode "RED"; _x ForceSpeed 10; _x allowFleeing 0; _x disableAI "Target"; _x disableAI "Autotarget"; _x SetUnitPos "UP"; _x disableAI "AUTOCOMBAT"; _x disableAI "COVER"; _x disableAI "SUPPRESSION"; _x disableAI "AUTOCOMBAT"; } forEach [v1_1,v2_1,v3_1,v4_1,v5_1,v6_1]; but i get an error that says "Init: Local variable in global space" Help would be appreciated. Thank you.
×