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

how can i add this images of my triggers to my posts?

Status
Not open for further replies.
Level 6
Joined
Jan 7, 2007
Messages
247
GUI or JASS? -.-
for GUI, use *copy as text* in trigger's name, paste here and add TRIGGER tag.
for jass, just copy and add JASS tags.
 
Level 24
Joined
Jun 14, 2005
Messages
2,506
GUI is the Graphical User Interface. Its what you see when you make something in the trigger editor. For example this is GUI

  • Untitled Trigger 001
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Do nothing
You can copy the GUI as text by right clicking on the trigger (in the trigger functions box), and clicking on Copy As Text. Then you can just copy and paste it into these tags [trigger][/trigger]
 
Status
Not open for further replies.
Top