Jump to content

Arzok

Members
  • Posts

    654
  • Joined

  • Last visited

Posts posted by Arzok

  1. At least, as it is written, all drivers should go in the tank 147.

    You must ask each driver (specify his unit number) to go in his proper tank.

    replace also

    Set @car = GetNUnitsinArea ( ARMY , 2 , HUMAN , "tanks" , NO_PANIC )

    by

    Set @car = GetNUnitsinArea ( group , "TankDriver" , HUMAN , "tanks" , NO_PANIC )

    and last :

    If ( @Vill4 < 4 ) Then

    ReinforcementLand ( Group , "TankDriver" )

    delay ( 500 )

    RunCommand ( Group , "TankDriver" , Move , RECT , "tanks" )

    endif

    Or the second condition will not work.

  2. Just installed !

    I notice two small things :

    +Simple missions are in russian (not campaign)

    +name of new units does not appear ( ? )

    jsh135_07.jpg

    Very good work :)

    It will be a pleasure to play with these new units !

  3. I don't remember if DIST work with RECT or only with POINT.

    It is probably much easy to work with a point.

    I wonder if the vehicule need to stop before dismount infantry ?

    Don't forget setworkarmy.

    Use delay 3000 instead of 1000

    Then, once dismounted, the infantry will be in defend mode.

    If you want them to be in line, you must use formation and send them to a point (runcommand move).

×
×
  • Create New...