[Help] Calling a GUI Trigger from Jass

Status
Not open for further replies.
Level 2
Joined
Feb 17, 2020
Messages
7
Would it be possible in this code to make it run / stop a GUI Trigger, instead of printing text?

JavaScript:
        if (cs == true) then
            call BJDebugMsg("Shit active")
       
        else
            call BJDebugMsg("Shit unactive")
        endif
    endif

thanks, im a jass newbie!
 
Status
Not open for further replies.
Top