Results 1 to 4 of 4

Thread: Where can i download game scripts

  1. #1
    I looking for a script that Makes a Big Boom When you trigger it as u walk by it?? can some one help me
    mike

  2. #2
    I'm just thinking this up, i'm not sure if it works.
    For working versions check Ofpec. Just look for Code snippets and you'll find it.
    Anyway, my idea is as following.

    ;create script called boom.sqs in wich you put everything from this line downwards
    ;create a trigger wich activates when whoever you chose gets in the area. Put in the activation field [nameofperson] exec "boom.sqs"

    ;person that walks into area
    _pla = _this select 0

    ;actual explosion
    _boom = "heat120" camcreate [(getpos _pla select 0),(getpos _pla select 1),(getpos _pla select 2)]

    exit
    OFP becomes part of you.. Stay away from it too long, and you start to feel it.. It pulls.. softly, and gently.. Before you know, well..

    you know..

  3. #3
    Just tested it
    Works extremely well. Very deadly. You can use it wichever way you want. Even in radio triggers.. Kinda fun. put someone elses name in it. Radio alpha... Kaboom. You can blow up whoever you want. Maybe fun too as suicide bomber. Put it in the init field of some unit's waypoint.. As soon as he reaches it he does kaboom.
    Good luck..

  4. #4
    Another update..
    Change heat into shell if you are very destructive..
    Shell120 is tank-ammo. You can knock out a whole squad. If you make a suicide bomber (just tried it), and you use heat, the bomber must be standing against the target. With shell it kills anyone within ehh, 10 or 20m I guess. (just placed some people on the map, blew up the bomber, and everyone was dead hehehe...

Posting Permissions

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