Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Linking triggers/wayopints
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Linking triggers/wayopints (Read 498 times)
0 Members and 1 Guest are viewing this topic.
joshquick
Guest
Linking triggers/wayopints
«
on:
01 Mar 2004, 19:16:50 »
I have just started playing OF and am getting used to the mission editor, is there any way to link triggers and waypoints or two triggers??
for example i want a waypoint t start ONLY after a certain trigger has been activated.
Logged
macguba
Former Staff
Re:Linking triggers/wayopints
«
Reply #1 on:
01 Mar 2004, 19:19:01 »
Look along the top of the Mission Editor. Theres a button called Synchro. Drag and drop a light blue line from the trigger to the waypoint. The group will wait at that waypoint until the trigger condition is true.
Linking two triggers is done in a different way. You use variables. Here's an example
Trigger1
Activation: whatever
On Activation: trig1=true
Trigger2
Activation: East present
Condition: this and trig1
On activation: whatever
Hit the Editors Depot - there are lots of tutorials there to help you.
Welcome to the forums!
«
Last Edit: 01 Mar 2004, 19:21:18 by macguba
»
Logged
Plenty of
reviewed ArmA missions
for you to play
joshquick
Guest
Re:Linking triggers/wayopints
«
Reply #2 on:
01 Mar 2004, 19:20:58 »
ok ill try it, thanks for the fast reply!!
Logged
macguba
Former Staff
Re:Linking triggers/wayopints
«
Reply #3 on:
01 Mar 2004, 19:24:53 »
np
Logged
Plenty of
reviewed ArmA missions
for you to play
joshquick
Guest
Re:Linking triggers/wayopints
«
Reply #4 on:
01 Mar 2004, 20:11:23 »
Ok ive got that working, but is there a way to link two triggers, ive tried to synch them but it wont work, could i make one trigger that would trigger another for example, u walk into 1st triggger and set off a camera on other side of level???
Logged
macguba
Former Staff
Re:Linking triggers/wayopints
«
Reply #5 on:
01 Mar 2004, 21:00:56 »
First of all, reread my post above - I added some stuff that you may have missed.
Second of all, forget camera triggers. They are more trouble than they're worth. Using camera scripts is actually much easier. Read snYpir's excellent tute on the subject, and then messiah's camera.sqs tutorial.
You can't synch triggers. Use variables to make one trigger fire another trigger.
Logged
Plenty of
reviewed ArmA missions
for you to play
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Linking triggers/wayopints
Top of page