
1,418 posts
Here
joined
#16
native ResetTrigger takes trigger whichTrigger returns nothing

19 posts
joined
#17
PurplePootnative ResetTrigger takes trigger whichTrigger returns nothing

What exactly does that do? One thing is for sure, it is not removing the events that were created from another trigger as you said it would....

1,418 posts
Here
joined
#18
it should, as far as i know
in that case, just Destroy the trigger, then Create it again.
19 posts
joined
#19
Is there an easy way to do that?...


1,418 posts
Here
joined
#20
call DestroyTrigger(t)
set t = CreateTrigger()

153 posts
Sweden
joined
#21
Thunder_eyeI think you might have to recreate the trigger by destroying and readding it
*quotes himself*

1,418 posts
Here
joined
#22
oops, didnt noitce that

19 posts
joined
#23
PurplePootoops, didnt noitce that 
Your information was actually more useful since it gave details as to how to do it...
I'm not too knowledgeable in JASS right now (hence, my usage of gui over JASS) so what he said really didn't mean much of anything to me at the time.
Not really important, but I thought I'd just point that out
