Results 1 to 5 of 5

Thread: Please help with Mapfact Barracks 1.5

  1. #1

    Please help with Mapfact Barracks 1.5

    Hi, in Mapfact Barracks 1.5 the is a gate called "Baracken\ Fance borbedwire 6m (with gate-right)-(danger)" how to write the init field, to open the gate? (in mission editor.)

  2. #2
    Try it with

    Code:
    this animate ["Component02", 1]
    or

    Code:
    this animate ["Component02", 0]
    If that doesn't work, replace Component02 with Component01 / Component03

  3. #3
    Thanks a lot, maybe you now, how can i get soldier to the "start-Tower"? because soldier just standing under the tower....?
    Sorry for bad English, Lithuanian here.

  4. #4
    Quote Originally Posted by LaikaMX View Post
    Thanks a lot, maybe you now, how can i get soldier to the "start-Tower"? because soldier just standing under the tower....?
    Sorry for bad English, Lithuanian here.
    Use this on the soldier's init line (after you have put him ontop of the tower in the editor)
    this setpos [(getpos this select 0), (getpos this select 1), (getpos this select 2)+XX]
    But where the "XX" is put a number to increase vertical height. Just keep adjusting it till the soldier is on top of the tower.

    Good Luck!

  5. #5
    Thank you guys!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •