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>
Destroy trigger
Moderator: Cheaters
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: Destroy trigger
why not:Vegas wrote:If there is a trigger that says:
Trigger - Destroy "blah blah trigger" <gen>
Trigger - Turn off "blah blah trigger" <gen>
League of legends North America - Nietono
-
- 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
lanaya-pwns wrote:why not:Vegas wrote:If there is a trigger that says:
Trigger - Destroy "blah blah trigger" <gen>
Trigger - Turn off "blah blah trigger" <gen>
Because thats not what I want, and thats not what I asked. Read the question.
-
- Forum Staff
- Posts: 506
- Joined: November 17th, 2008, 3:49 pm
Re: Destroy trigger
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.
-
- 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
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?
So my question is, can i make a trigger where I type something and the trigger functions again?
-
- Forum Staff
- Posts: 506
- Joined: November 17th, 2008, 3:49 pm
Re: Destroy trigger
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..
If thats what you ment..
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)
-
- Newcomer
- Posts: 3
- Joined: January 4th, 2009, 4:34 pm
- Title: LAVI
- Location: E.P.A
-
- 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
The trigger is supposed to be destroyed.
the question is, can it be reinstated so it works again.
Code: Select all
Trigger - Destroy (This trigger)
the question is, can it be reinstated so it works again.
-
- Newcomer
- Posts: 3
- Joined: January 4th, 2009, 4:34 pm
- Title: LAVI
- Location: E.P.A
-
- Forum Staff
- Posts: 506
- Joined: November 17th, 2008, 3:49 pm
Re: Destroy trigger
Ah..you are using WEU..I was using the standard so i dident have that..what about
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.
Code: Select all
Trigger - Reset (This trigger)