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.
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?
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?