Results 1 to 2 of 2

Thread: Triggers to script Help

  1. #1

    Triggers to script Help

    I have a trigger to teleport someone into a chopper and I want to know if theres is a way to make 2 scripts for it. Here is what I have.

    1 Trigger.
    Condition = player in this list
    On act= player setPosATL (getPos Delta) ;player moveincargo eastair

    and that is for the east team. So I need to here is the one for the west

    Condition = player in this list
    On act = player setPosATL (getPos Delta) ;player moveincargo westair


    So in game. West can walk up to a flag poll and an addaction comes up and says Board Us chopper. Click and you are teleported into the chopper.
    Flag pole for each side. So I think I need 2 scripts.

    Thank you for the help in advance.
    "http://www.rocksraiders.com\"]

  2. #2
    Staff Sergeant Acelondoner's Avatar
    Join Date
    Apr 8 2010
    Location
    The clue is in my username ;)
    Posts
    296
    If I understand you correctly, make two .sqf files.

    sqf file 1
    ;players name moveincargo eastair
    sqf file2
    ;players name moveincargo westair
    Call each one from a different trigger. I don't think you need this: "player setPosATL (getPos Delta)" for what you are doing.

Posting Permissions

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