Destroy trigger

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
Vegas
Shopping Maul USA Creator
Posts: 1759
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada
Has thanked: 45 times
Been thanked: 8 times

Destroy trigger

Post by Vegas »

If there is a trigger that says:

Trigger - Destroy "blah blah trigger" <gen>


Is is possible to reinstate this trigger? such as:

Trigger - Turn on "blah blah trigger" <gen>
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: Destroy trigger

Post by Lanaya »

Vegas wrote:If there is a trigger that says:

Trigger - Destroy "blah blah trigger" <gen>
why not:

Trigger - Turn off "blah blah trigger" <gen>
Image
League of legends North America - Nietono
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1759
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada
Has thanked: 45 times
Been thanked: 8 times

Re: Destroy trigger

Post by Vegas »

lanaya-pwns wrote:
Vegas wrote:If there is a trigger that says:

Trigger - Destroy "blah blah trigger" <gen>
why not:

Trigger - Turn off "blah blah trigger" <gen>


Because thats not what I want, and thats not what I asked. Read the question.
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Destroy trigger

Post by Syre »

Can you explain your question in a different way? ;x I'd help if i could but i dont understand what exactly your trying to do.
Image
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1759
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada
Has thanked: 45 times
Been thanked: 8 times

Re: Destroy trigger

Post by Vegas »

There is a trigger already in an existing map that destroys a trigger. Does that mean this trigger can no longer be turned on, that its comepletely destroyed?

So my question is, can i make a trigger where I type something and the trigger functions again?
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Destroy trigger

Post by Syre »

Destroyed? How can you destroy a trigger? Does it mean that its just turned off? And if its destroyed..? Cant you just change that trigger to turn off instead then add something like this..

Code: Select all

Untitled Trigger 001
    Events
        Player - Player 1 (Red) types a chat message containing -whatever as An exact match
    Conditions
    Actions
        Trigger - Turn on (Your turned off trigger)
If thats what you ment..
Image
User avatar
ll Lavi ll
Newcomer
Posts: 3
Joined: January 4th, 2009, 4:34 pm
Title: LAVI
Location: E.P.A

Re: Destroy trigger

Post by ll Lavi ll »

lol safety lock ? :shock:
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1759
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada
Has thanked: 45 times
Been thanked: 8 times

Re: Destroy trigger

Post by Vegas »

The trigger is supposed to be destroyed.

Code: Select all

Trigger - Destroy (This trigger)

the question is, can it be reinstated so it works again.
User avatar
ll Lavi ll
Newcomer
Posts: 3
Joined: January 4th, 2009, 4:34 pm
Title: LAVI
Location: E.P.A

Re: Destroy trigger

Post by ll Lavi ll »

then yes
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Destroy trigger

Post by Syre »

Ah..you are using WEU..I was using the standard so i dident have that..what about

Code: Select all

Trigger - Reset (This trigger)
Edit - I just made a simple map to test this..it doesnt work..why not just change your trigger that destroys..to turns off instead?..unless you have a different reason to do so.
Image