
232 posts
California (the center of the world)
joined
#1
words with jass?
is it possible to write jass that would display words?
i converted some of my triggers into jass, ot learn it, but i dont see my words, such as dialogues?? any help?

262 posts
joined
#2
Isnt this in the wrong section? I dont know anything about jass by the way.
-Blue
444 posts
joined
#3
Re: words with jass?
titan_06is it possible to write jass that would display words?
i converted some of my triggers into jass, ot learn it, but i dont see my words, such as dialogues?? any help?
i don't know what you expect to see, but JASS is not pretty like GUI
call DisplayTextToForce( GetPlayersAll(), msg )
is the JASS function that will display the string variable msg to the force GetPlayerALL() which is another function that figures out all the players
if you want to learn jass look into the basics of programming
if you know programming and just need to know the function names, theres a JASS API out on the internet, just search for it