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

[General] Question about DisplayTextToPlayer.

Status
Not open for further replies.
Level 23
Joined
Feb 6, 2014
Messages
2,466
Is it possible to have another DisplayTextToPlayer to display within the same line as the prior DisplayTextToPlayer used. Example I want to make this:

JASS:
call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, 60, "1")
<call some other functions>
call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, 60, "2")

result into:
12

not:
1
2
 
Status
Not open for further replies.
Top