Home   Help Search Login Register  

Author Topic: Very simpel trigger question..  (Read 1084 times)

0 Members and 1 Guest are viewing this topic.

Offline RT-SuperTron

  • Members
  • *
  • Prey...you will be
Very simpel trigger question..
« on: 04 Feb 2004, 17:21:03 »
Once uppon a time, there was a little gamer who kept forgetting the most simple commands.. ::)

Status:
Radio trigger Alpha, placed on a hangar, size 15 x 15.
Triggers the "Alarm" sound under Effects/Trigger, when the channel is used of course..used to tell the personal on the airbase to "scramble"

Problem:
How do I shutdown/turn off the "Alarm" ?? It would be nice to have the "Alarm" sounding for about 15 secs.


Thanx in advance.. :-*
[RT]-SuperTron
+- PAIN IS YOUR FRIEND, IT WILL REMIND YOU THAT YOU ARE ALIVE -+

Offline Wildebeest

  • Contributing Member
  • **
  • The time the wildebeest ruled the Earth.
Re:Very simpel trigger question..
« Reply #1 on: 04 Feb 2004, 17:42:54 »
When I do these kinds of things I cheat like a cardplayer. I let a gamelogic say the sound and then I literally kill it.

GameLogicName say "alarm"

~14

deletevehicle GameLogicName

Or you could kill the GameLogicName any way you wish. This is just my stupid method :)
« Last Edit: 04 Feb 2004, 17:43:08 by Wildebeest »
Weeee...

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Very simpel trigger question..
« Reply #2 on: 04 Feb 2004, 18:20:08 »
Create a trigger.   Set it to repeatedly.

Condition:  alarmOn
Effects:   the alarm, obviously

When the variable alarmOn is true, the alarm will sound.  When it is false, it will not.    Use anything you like - probably other triggers - to switch the variable from true to false and hence the sound on and off.


But I like Wildebeest's way.  ;D
Plenty of reviewed ArmA missions for you to play

Offline Wildebeest

  • Contributing Member
  • **
  • The time the wildebeest ruled the Earth.
Re:Very simpel trigger question..
« Reply #3 on: 05 Feb 2004, 09:05:58 »
Thanks macguba, I like yours too. You see the good thing about using a gamelogic is that you can actually put it up in the air in a tower and make it the alarm's loudspeaker. That way you can hear where it's coming from.  8)
« Last Edit: 05 Feb 2004, 09:06:39 by Wildebeest »
Weeee...

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Very simpel trigger question..
« Reply #4 on: 05 Feb 2004, 10:33:15 »
You can put a trigger up there too can't you?  ???
Not all is lost.

Offline Wildebeest

  • Contributing Member
  • **
  • The time the wildebeest ruled the Earth.
Re:Very simpel trigger question..
« Reply #5 on: 05 Feb 2004, 10:37:04 »
Maybe, haven't thought of that. That's even better  :)
Weeee...

Offline RT-SuperTron

  • Members
  • *
  • Prey...you will be
Re:Very simpel trigger question..
« Reply #6 on: 13 Feb 2004, 02:47:39 »
Thanks guys...it all makes sence again..
[RT]-SuperTron
+- PAIN IS YOUR FRIEND, IT WILL REMIND YOU THAT YOU ARE ALIVE -+