Jump to content

MerryChristmas

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Posts posted by MerryChristmas


  1. OK here is how I got it to work as a IED.

    Make a trigger:

    axis:8x8

    activation: anything but a civilian

    present

    once

    name:trig1

    Condition:

    on act:

    Create a civilian car

    Name: car1

    initialization:

    when whoever you have set in the trigger to activate gets within 8 meters, "Kaboom!"

    I'm a complete noob to not only the edior but scripting and I couldn't get this to work. It seems like writing trig1 attachto [car1,[0,0,0]] in the init of the car wouldn't place the conditions of the trigger on the car. I could only get it to work if i Placed the trigger over the car, which I don't want to do in order to avoid having triggers cluttering the map. Any idea what I could be doing wrong? I only have OA if that makes any difference...

×