Home   Help Search Login Register  

Author Topic: I not stupid but  (Read 560 times)

0 Members and 2 Guests are viewing this topic.

Bohemia boy

  • Guest
I not stupid but
« on: 07 Jun 2004, 21:11:47 »
I have a end triggger set to   EAST-NOT PRESSENT-END1
and there are no east units in the area

Why would it not end the mission

I am not a noob
I can use triggers, Its just thid trigger is acting strange some times it ends the mission and some times not.

It makes no sence there are no east units in the area because I have moved it into the sea when i found out it was acting up.





nightgambler

  • Guest
Re:I not stupid but
« Reply #1 on: 07 Jun 2004, 21:58:45 »
Can I get your mission to check?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:I not stupid but
« Reply #2 on: 07 Jun 2004, 22:04:29 »
It's not impossible that the trigger has some kind of fit.   Delete it and create a new trigger to do the same thing.    

End#1 trigger will end the mission only if ALL triggers of type End#1 are fired.    Check that you don't have another one by mistake.    Yes, it may be that you have to check every trigger in the mission.  It's tough being a mission designer.   ;D

Debugging tip:   you need to know whether the trigger is not firing at all, or firing and not ending the mission.    Write this in the On Activation field

hint "end trigger firing"

That might help illuminate the problem.
Plenty of reviewed ArmA missions for you to play

Dubieman

  • Guest
Re:I not stupid but
« Reply #3 on: 07 Jun 2004, 22:46:35 »
Don't triggers need to be activated first? Like a west guy could be in there with the conditions of east not present?

I'm not sure though... :P

Offline Taggart

  • Members
  • *
Re:I not stupid but
« Reply #4 on: 08 Jun 2004, 11:53:33 »
Its not necessary, I believe,  ::) to use the West/East not present, but simply have a condition met i.e. not(alive loon1) to end a mission. What Macguba says is correct, sometimes they just don't trigger.  :-\
Tried in vain got an artery

Gooner861

  • Guest
Re:I not stupid but
« Reply #5 on: 08 Jun 2004, 16:01:01 »
By the way its not a stupid question, i always used to say that wen i first got started but gradually as you start to look around at the tuts and ask questions you'll start to find everything much easier to understand.

But as im always told, search the forums first, u may find ur answer there.  ;D

Offline ZNorQ

  • Members
  • *
  • ehr... uhm... duh...
Re:I not stupid but
« Reply #6 on: 16 Jun 2004, 13:40:30 »
I have a similar problem with triggers;

To prevent Shilkas from firing at vehicles outside 1500m, i used a trigger with a 1500m trigger area, WEST-PRESENT.

In the activation field it sets the behaviour and combat mode to AWARE and OPEN FIRE. (Yes, i know there is a colorcode for COMBATMODE, but I can't remember them right now...)

In the deactivation field i set behaviour and combat to CARELESS and NEVER FIRE. (Yes, I know I it would probably be enough with CARELESS or NEVER FIRE... or?)

Everything works out fine if i DO NOT start with a WEST'ern unit inside the trigger, but if I start inside it, it seems the trigger won't activate...

Anyone else experienced that? Could it be due to many trigger on one mission - or something like that?

ZNorQ

btw; I would like the shilka to ONLY respond to AIR (west) vehicles.. Any good solutions to that?