[JASS] Problem

Status
Not open for further replies.
Level 6
Joined
Aug 1, 2009
Messages
159
I tried testing a vJASS trigger in the JNGP, but when I start it, it goes back to lobby. Or the place where you see those "Single Player, Local Area Network" Buttons.

JASS:
globals
    constant integer SPELL_ID = 'A000'
    string text = "this is a string"
    boolean b
endglobals

function Actions takes nothing returns nothing
    set text = "Hello and Good Morning :D."
    call BJDebugMsg(text)
    //setting globals
    //preloading globals
    set b = true
endfunction

My warcraft version is 1.24d or e [I don't remember] but I'm sure its 1.24d or e. Or the code isn't just compatible with the new patch?
 
Level 6
Joined
Aug 1, 2009
Messages
159
So it works for you huh? This is the only code in the map LOL, It just doesn't work on me :(.
 
Level 6
Joined
Aug 1, 2009
Messages
159
Still, it won't work, I saved it and tried opening it 3 times, but my warcraft wont just read it.

EDIT FOUND A WAY HOW, thanks!
 
Level 6
Joined
Aug 1, 2009
Messages
159
I just saved the map again, I realized when I make edits it doesn't load, but when I saved, it did. Well forgot the rep sorry.

+rep
 
Status
Not open for further replies.
Top