Home   Help Search Login Register  

Author Topic: Only some basic help required  (Read 442 times)

0 Members and 1 Guest are viewing this topic.

Woza

  • Guest
Only some basic help required
« on: 25 Mar 2003, 06:18:27 »
Hi, I'm somwhat new to this edditing stuff so bear with me.

I've got a trigger on a base that sets off an alarm and alerts all the guards.  It's set to:

West
Detected by East

In the condition box I've got:

this OR basealert

basealert being a variable set by some sentries a couple of hundred metres away.

So my question is:  Why does the basealert set off the trigger but not the trigger conditions as defined by this?  And if its an invalid command how can I fix it?

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Only some basic help required
« Reply #1 on: 25 Mar 2003, 07:16:45 »
Check if you've got it the right way. Try fiddling the West, Detected by East around a bit. Maybe it should be East, Detected by West.

If that won't work you could put in
eastunit knowsabout westunit > 1 OR basealert

I've noticed that sometimes the triggers 'detected by' activation mode doesn't work to well.
Not all is lost.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Only some basic help required
« Reply #2 on: 25 Mar 2003, 09:53:12 »
What Artak implied, but didn't actually say, is that

this or basealert

is correct.     OFP can be a fickle mistress, and since its often hard to spot your own mistakes anyway, you could worse than delete the trigger and start afresh.  :)

The boundary of a trigger can appear to vary a little sometimes, and they only check themselves every 0.5s, so make sure it has a fair chance of firing.
Plenty of reviewed ArmA missions for you to play

Offline Chris Death

  • Former Staff
  • ****
  • Finally Death's gonna get ya
    • OFPEC
Re:Only some basic help required
« Reply #3 on: 25 Mar 2003, 12:55:36 »
What are the range specifications of your trigger?

If you're using a trigger with a range: 0/0 then your
detect thingy wouldn't work.

Also: it is required that the to be detected unit has to be
inside the trigger area when it's detected, while the spotting
unit doesn't have to be inside the trigger area.

~S~ CD
Dont argue with idiots....they will bring you down to their level and beat you there with experience.

How to use Waypoint type Scripted

Woza

  • Guest
Re:Only some basic help required
« Reply #4 on: 25 Mar 2003, 17:14:00 »
I can see what people mean about moody software!

I couldn't figure it out, so I instead made another trigger which triggered the basealert trigger, instead of having the one trigger having 2 conditions.  Does the job anyway.

Thanks for the feedback though.