Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Another Trigger Question
Another Trigger Question
07-12-2004, 12:50 AM
#1
Arkidas
Is there any way I can turn off a trigger when quest is completed?
07-12-2004, 12:56 AM
#2
BlueSpine
Yes. An Action called
"Trigger - Turn Off"
. Create a trigger that says once the quest is completed, turn off that trigger.
07-12-2004, 01:02 AM
#3
Arkidas
I know,but the trigger I have to turn off is another trigger than the one with quest completed,so I cant do Turn This trigger off.
07-12-2004, 01:09 AM
#4
Arkidas
Nevermind I created variable to the other tirgger and soluted this out
07-19-2004, 06:44 AM
#5
BuRnInSpartan
well ok... but you coulda done
Events: Quest- (w/e quest) is complete Equal to true
Actions: Trigger turn off (w/e trigger)
07-19-2004, 06:47 AM
#6
HexenLordX
Quote:
Originally Posted by
BuRnInSpartan
well ok... but you coulda done
Events: Quest- (w/e quest) is complete Equal to true
Actions: Trigger turn off (w/e trigger)
He says he already got it working... did you really have to add that?
07-19-2004, 06:48 AM
#7
BuRnInSpartan
just another idea... it never hurts... it's not like it's "off topic"