Well, start from the top. Are your libraries still enabled? To check this open your Trigger Editor, go to "View" in the top menu and check "Show Libraries". If nothing appears you have to load the required libraries into your document again.
If that didn't work try compiling the document rather than running it in SC2. Hotkey is [Ctrl+F12] or [Ctrl+F11] if you want to view the script. Any error messages here should give you a hint.
It's still acting up? Make a text message on Map Initialization. If that is displayed in-game something works.
Last thing I can suggest is saving your document "as" (Save As...). Remove all triggers and then create one trigger containing the text message I mentioned above.
Fixed it.
For those who are curious I had a set a variable to a bad thing or something which was causing the script to fail to load.
@viridiansky: Go
Well, start from the top. Are your libraries still enabled? To check this open your Trigger Editor, go to "View" in the top menu and check "Show Libraries". If nothing appears you have to load the required libraries into your document again.
If that didn't work try compiling the document rather than running it in SC2. Hotkey is [Ctrl+F12] or [Ctrl+F11] if you want to view the script. Any error messages here should give you a hint.
It's still acting up? Make a text message on Map Initialization. If that is displayed in-game something works.
Last thing I can suggest is saving your document "as" (Save As...). Remove all triggers and then create one trigger containing the text message I mentioned above.
Let me know how it works out. :)
EDIT Glad to hear.