Home   Help Search Login Register  

Author Topic: turn off the alarm sound  (Read 575 times)

0 Members and 1 Guest are viewing this topic.

TERA_Forrest

  • Guest
turn off the alarm sound
« on: 27 Apr 2004, 20:35:02 »
in my map i have a alarm sound go off when west is detected by east.  The thing runs forever i think, how do i have it turn off?

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:turn off the alarm sound
« Reply #1 on: 27 Apr 2004, 21:13:09 »
Not guaranteed, but try moving the trigger (if you use trigger sound) far, far, far away.

:beat: *Gets Shot* :beat:

Offline SEAL84

  • Members
  • *
  • Always lurking
Re:turn off the alarm sound
« Reply #2 on: 27 Apr 2004, 21:16:50 »
You can use the deletevehicle command on triggers as well (if it's a trigger sound)

So, if you want to permanently get rid of it, you can set up some other condition and use deletevehicle trigger1.

If you wanted to simulate it turning off and turning on again, use Armstrong's method.  (ie have it play for a set length of time, move it.  Trigger fires again--->move it back)

Actually I spoke hastily....this would work only if you had the trigger and the sound as seperate objects.
« Last Edit: 27 Apr 2004, 21:19:02 by SEAL84 »

Offline Raptorsaurus

  • Editors Depot Staff
  • *****
Re:turn off the alarm sound
« Reply #3 on: 27 Apr 2004, 21:40:30 »
Make the trigger that sounds the alarm trigger from aonother trigger via a boolean.  Then when you want the alarm to stop make that boolean value false.  Make sure the trigger with the alarm is set to repetitive so it will continue to monitor the boolean varibale.

Eg.:

Trigger one:  ACtivation - west ,or east or whatever
Condition: true
On activation:  ringalarm = true

Trigger two: activation - none
condition: ringalarm
(make this trigger repteated so it keeps checking if ringalarm is true or false)

TERA_Forrest

  • Guest
Re:turn off the alarm sound
« Reply #4 on: 29 Apr 2004, 08:21:27 »
thanks fellas works great!

i used the "area clear" trigger to delete the old