• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

[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