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

words with jass?

Status
Not open for further replies.
Level 6
Joined
May 8, 2005
Messages
249
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?
 
Level 7
Joined
Jul 30, 2004
Messages
451
titan_06 said:
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?

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
 
Status
Not open for further replies.
Top