HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How to add screenshots?

07-13-2007, 10:35 AM#1
Adi_Nemesis
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
The Elite
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
TheSecretArts
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]":
Collapse JASS:
function OMG takes nothing returns nothing
      call DisplayTextToForce(GetPlayersAll(), "This is a test")
endfunction
Untagged GUI:
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]"
Trigger:
My Trigger
Collapse Events
A Unit Dies
Collapse Conditions
(Dying Unit) is equal to Footman
Collapse Actions
Game - Display To All Playeres the Text: He Died
07-13-2007, 03:22 PM#4
CommanderZ
Select the trigger content in the post above with mouse, you will se it is not an picture ;)