• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

[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