HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

global triggers

08-01-2003, 08:16 AM#1
gurubvin
there was a forum awhile back about adding global triggers (triggers that would automatically fire on every map, if an "event" were to take place)

yes it is very much possible. u'll need to learn jass though. instead of creating triggers in ur trigger editor, ull need to create them in blizz.j. u nd to declare a trigger in the global variables of blizzard.j, then following jass syntax, create a function that will fire when a trigger event occurs.

If u want to learn this, here's a method of study:

a) make a simple trigger, and convert it to custom text. keep it real simple.

b) export your script. it's under file->exportscript.

c) try to figure out wer all the functions in ur custom text are in the actual script file. then decipher how the trigger is made.

d) go to the jass forums for help.