• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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