TextTag Doesn't Show Up

Sevion

The DIY Ninja
Reaction score
413
Hey, my current code:

JASS:
function CreateTextTagGold takes string s, location loc returns texttag
    local texttag t = CreateTextTag()
    
    call SetTextTagText(t, s, 10)
    call SetTextTagPos(t, GetLocationX(loc), GetLocationY(loc), 0)
    call SetTextTagColor(t, 255, 220, 0, 0)
    call SetTextTagVelocity(t, 0, 1)
    call SetTextTagLifespan(t, 2.00)
    call SetTextTagFadepoint(t, 1.00)
    call SetTextTagPermanent(t, false)
    
    return t
endfunction


My problem is that the text doesn't show up. At all.

And if I do it in GUI, it works fine. Just not when I recreate it using natives in JASS..... >_> Anyone see the problem?

If I use the BJ versions, it works fine.
 

Sevion

The DIY Ninja
Reaction score
413
Works fine now. >_>

I'm not familiar with TextTags. Thanks, Ace. Would +rep, but I already did :p
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top