Go
Wc3C.net
»
Town Hall
»
Site Discussion
»
Posting Triggers
Posting Triggers
01-20-2006, 04:19 AM
#1
mmx2000
I've just been using code tags and Copying my triggers as text into them... how do you post them as fancy WE GUIing looking triggers?
01-20-2006, 08:27 AM
#2
Anitarf
Look here.
01-20-2006, 10:15 AM
#3
qwertyui
You can use [jass] tag for jass-parsed text.
You can use [trigger] tag on triggerc copy-pasted from WE, via trigger - copy as text command
Like this:
[ jass ]
call somefunction(tt, bbqpwned)
[ /jass ]
only no spaces between text and brackets.
01-21-2006, 12:58 AM
#4
mmx2000
Thx^^