Jump to content

nightwisher

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About nightwisher

  • Rank
    Rookie
  1. When I try to synchronize a trigger with a waypoint, the people just ignore the triggers and run straight to the end of the path. I've tried grouping the trigger with me, setting a conditional to "true", but I can't get them to obey? Is there a different way of doing it or is it not in?
  2. Ah excellent, that makes sense to me, it seems to work how i want it to. Thank you!
  3. Oh, sorry I should have clarified, I have 23 objects on the map called EXP01, EXP02... etc. Thats the method I've been (trying) to use to place explosions.
  4. Cheers for the reply, I'm just a bit unsure how to use that. Do I have to define the choices? And I'm not sure exactly how to tie in the explosion part. Sorry to be a pain, this scripting language is more than I'm used to!
  5. Hi, I've got what might be a simple question, but how exactly do I use the random function to randomly choose an object, so I can then create an explosion. I've already got the line for triggering the explosion working: bomb="R_M136_AT" createVehicle position EXP01; (I've got a list of objects named EXP01 thru 23 as targets) I just don't know what to put in a script to randomly choose an object out of a list and use that as the target. Is anyone able to help, please? I've tried a few things and I really dont know how to best use the random function to do it.
×