This topic has 4 replies, 3 voices, and was last updated 6 years, 9 months ago by Anonymous.
Viewing 5 posts - 1 through 5 (of 5 total)
    • The Mist Participant
      September 22, 2017 at 06:32 #2129

      Can anyone remember the correct syntax to get enemies to respawn at a truck for eg once they get killed? The code i have worked in IC years ago but doesn’t work in aw2. Can anyone help?

    • Captain Keymaster
      September 28, 2017 at 11:45 #2132

      You basically need to teleport them to the vehicle using ssn2ssn with ssnuse inside a loop.

      I can find the code on my stationary computer but it wont be up before a 1-2 weeks. Can you wait that long? 🙂

    • The Mist Participant
      October 6, 2017 at 07:16 #2135

      Ok here is the coding i used in IC tried it but it doesn’t work in AW2.

       

      if never() and ssndead(1711) then
      set(v5,1)
      endif

      if never() and ssnalive(1711) and eq(v5,1) then
      ssn2ssn(1711,67203)
      ssnuse(1711)
      endif

      if chain(3) then
      ssnrelease(1711)
      ssntowp(1711,1)
      endif

    • Inactive
      January 3, 2018 at 13:59 #2371

      It would be very helpful if you could let us know what DOES happen when ssn(1711) dies…

       

      if eq(v5,0) and ssndead(1711) enter

      set(v5,1)

      text(“TEST: Kill”)

      endif

       

      if eq(v5,1) and ssnalive(1711) and ssnalive(67203) and never then //***CORRECTION!!!!

      ssn2ssn(1711,67203)

      ssnuse(1711)

      text(“TEST: Teleport”)

      endif

       

      if chain(3) then

      ssnrelease(1711)

      ssntowp(1711,1)

      text(“TEST: Release”)

      endif

       

      ***ssnalive(67203)     //If you move AI to vehicles that are dead, the bots will decide to commit suicide!! Not cool.

      I am not even going to ask why you teleport single AI to a truck(!). Seems like a total waste of limited resources.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.

Latest 10 Maps

AW2 – TFD Operation Lion

AW2 – Hellgate 4 (Revised Aug 2024)

AW2 – Whistling Whistler Gal

AW2 – Whistler Gal Rescue

AW2 – Liberation (The Mist)

AW2 – Zeek + Destroy

AW2 – Sleepless in Canada

AW2 – Rescue Dr. Jack Ryan

AW2 – Firebase

AW2 – Amicabe

Log In

Username:

Password:


Lost password?