| 02-25-2006, 11:01 PM | #1 |
Do I have to still use the trigger editor, and make seperate triggers, convert them to custom text, then code inside there? Or do I just put it all into the main custom script area? I've been putting all my JASS triggers/functions into the main custom script area but NOTHING happens. Edit: Yea using the trigger editor, converting to custom text, then pasting my stuff in there works. However, that seems...like a lot of time spent copying and pasting. I guess only code in seperate GUI triggers is actually event based, and everything in the main custom script area can only be called from those GUI triggers. Well, tell me if any of that is wrong, but now that I know that JASS is gonna be a lot easier. |
| 02-25-2006, 11:05 PM | #2 |
You need at least one trigger to initialize it. The easiest thing is to make them in triggers, then they are initialized automatically too. |
| 02-25-2006, 11:08 PM | #3 |
Mm ok, too bad that reminds me too much of GUI =P. But that's actually easier I think. Thanks. |
| 02-25-2006, 11:32 PM | #4 |
You can always just edit the script file directly |
