Is it possible to have another DisplayTextToPlayer to display within the same line as the prior DisplayTextToPlayer used. Example I want to make this:
call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, 60, "1")
<call some other functions>
call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, 60, "2")...