| 07-13-2007, 10:35 AM | #1 |
I've seen these very handy screenshots of JASS code and triggers in GUI in the posts of many people. I was wondering how do you attach those to you're posts? |
| 07-13-2007, 10:39 AM | #2 |
use [jass]what ever jass code [./JASS] and [trigger]gui trigger stuff [./TRIGGER] and its not actually screenshots, to post screenshots (dont do it for Jass or GUI though) press Printscreen on your key board then open paint and press ctrl+v and vwala theres your screenshot |
| 07-13-2007, 01:19 PM | #3 |
yes, they aren't actually screenshoots IE: Untagged JASS: function OMG takes nothing returns nothing call DisplayTextToForce(GetPlayersAll(), "This is a test") endfunction Tagged JASS with the "[jass]": JASS:function OMG takes nothing returns nothing call DisplayTextToForce(GetPlayersAll(), "This is a test") endfunction My Trigger Events A Unit Dies Conditions (Dying Unit) is equal to Footman Actions Game - Display To All Playeres the Text: He Died Tagged GUI with the "[trigger]" |
| 07-13-2007, 03:22 PM | #4 |
Select the trigger content in the post above with mouse, you will se it is not an picture ;) |
