Make AI move on trigger Arma 3 Eden editor

Sdílet
Vložit
  • čas přidán 21. 03. 2021
  • once again fast video showing how to cause an ai to move using a player activated trigger
    ai:
    variable name: a1
    init: a1 disableAI"MOVE";
    trigger:
    on activation: a1 enableAI"MOVE";

Komentáře • 12

  • @dELTA13579111315
    @dELTA13579111315 Před rokem +2

    Exactly what I was looking for, thanks for the short simple video!

  • @yousefibrahim8862
    @yousefibrahim8862 Před 3 lety +4

    Extremely helpful, thanks for the video!

  • @lorrip
    @lorrip Před rokem +2

    Grazie amico, mi hai aiutato un casino

  • @toddsichveland9756
    @toddsichveland9756 Před rokem

    Excellent!!!!

  • @kandudansatillenfisk
    @kandudansatillenfisk Před rokem

    Fast and easy thanks!

  • @eseloko1993
    @eseloko1993 Před 2 lety +1

    Hi man, can you make a tutorial for detect units from OPFOR outside trigger area? Thanks :)

  • @Peabrain2494
    @Peabrain2494 Před měsícem

    How do I disable a plane from moving?

  • @t3nta380
    @t3nta380 Před rokem

    Walking w

  • @jakobedevlone5735
    @jakobedevlone5735 Před 7 měsíci

    brother what is a variable name, how do i find it, I want multiple people to move at once which means i need a different variable name per npc right?

    • @jamescheckley7488
      @jamescheckley7488 Před 3 měsíci

      You can do that or if you group units to one group leader and set him the waypoints and the disableAI commands the units will wait until the group leader can move and follow him

  • @hkplays5040
    @hkplays5040 Před rokem

    can you do the same thing with a group? like a convoy?

    • @robge4051
      @robge4051 Před rokem

      no, you need to make a trigger for each vehicle