Home   Help Search Login Register  

Author Topic: Time in Trigger as Condition  (Read 1454 times)

0 Members and 1 Guest are viewing this topic.

Offline Pilot

  • Contributing Member
  • **
Re:Time in Trigger as Condition
« Reply #15 on: 15 Aug 2005, 16:39:43 »
Quote
only if the condition remains true for the whole of the time period.
Really?!  ...oh, then my method was way too diffucult.  Oh well, what's new? ::)

So, you're saying with a resistance present trigger with a timeout set to 120 seconds, and with the following in the condition field:
player1 in thislist

The trigger will only become true if player1 is in the trigger for 120 seconds?  Does the tigger reset itself if player1 walks out, or will it keep track of the time?

-Student Pilot

Kilo11

  • Guest
Re:Time in Trigger as Condition
« Reply #16 on: 15 Aug 2005, 18:48:25 »
Ahhaah! Got it, thanks Student Pilot and RujiK ;-)

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Time in Trigger as Condition
« Reply #17 on: 15 Aug 2005, 19:19:52 »
Quote
So, you're saying with a resistance present trigger with a timeout set to 120 seconds, and with the following in the condition field:
player1 in thislist
Well I haven't checked exactly that condition but the principle is okay.  What I would go is group the trigger with the player so only he can activate the trigger, have the activation field set to this and away you go.  The player will need to be in the trigger area for the full time period for the trigger to fire.

Quote
The trigger will only become true if player1 is in the trigger for 120 seconds?  Does the tigger reset itself if player1 walks out, or will it keep track of the time?
It resets itself so the 120 seconds starts again next time the player is in the trigger.

Now Killo11 seems to prefer your solution
« Last Edit: 15 Aug 2005, 19:20:44 by THobson »

Offline Pilot

  • Contributing Member
  • **
Re:Time in Trigger as Condition
« Reply #18 on: 15 Aug 2005, 19:24:48 »
Quote
It resets itself so the 120 seconds starts again next time the player is in the trigger.
That may be a problem then, I don't think Kilo11 wants the time to be reset everytime player1 leaves the trigger area.

-Student Pilot

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Time in Trigger as Condition
« Reply #19 on: 15 Aug 2005, 19:29:03 »
Well there you go.  I should have read the question.