Page 1 of 1

Map returns to main screen when trying to play....

Posted: February 7th, 2007, 4:54 am
by Vegas
Hey all. I dont know what I might have fucked up while editing a few things in my jass file, but now when i goto play my map, it wont start. It just returns me to the main screen in warcraft.
Hopefully someone has an idea what goes wrong here.
In the meantime, I will try to backtrack what I did, and hopefully fix it, that, or just use the older one that worked and edit it slowly.



EDIT- wait, I fixed it. I had missed an underscore "_" in one of my triggers.

Posted: February 7th, 2007, 12:16 pm
by Aero
Yes, that's why I use JassCraft...because of the syntax checker

If your map won't start and your trigger is legit, it's a syntax error...

Could be missing a line or a comma doesn't matter ^.^

Posted: March 24th, 2007, 8:10 pm
by Mr. Zero
You gotta give more info. It could like anything. Endless loop, bad coding, syntax error, bad model, etc.

Or you could do the slow way; simply disable all triggers and enable them one by one.

Hope that helps :)

Edit: Saw your edit. Sorry :oops:

Posted: March 25th, 2007, 6:23 am
by Vegas
Hmmm. in Jasscraft, or notepad for that matter, how do you disable a trigger???

Posted: March 25th, 2007, 3:45 pm
by Mr. Zero
Here;
Image

Posted: March 25th, 2007, 5:25 pm
by Vegas
Ya i know that in the GUI, but I mean how can the jass be edited to make the trigger inactive?

Posted: March 25th, 2007, 5:51 pm
by Mr. Zero
Vegas wrote:Ya i know that in the GUI, but I mean how can the jass be edited to make the trigger inactive?


Remove the CreateTrigger Action?

Code: Select all

trigger gg_trg_MyTigger=null

Posted: March 26th, 2007, 3:40 am
by Vegas
Ahhhh....dummy me. that makes perfect sence. thanks!