inb4 more problems. Now I can't apply velocity and so on to the text.. the text doesn't show up at all. It does show up if I comment out everything bellow the set color though..
set goldText = CreateTextTag()
call SetTextTagText(goldText, "+" + I2S(this.gold), 0.023)
call SetTextTagPos(goldText, x, y, 100)
call SetTextTagColor(goldText, 255, 255, 0, 0)
call SetTextTagPermanent(goldText, false)
call SetTextTagFadepoint(goldText, 1.00)
call SetTextTagLifespan(goldText, 100.00)
call SetTextTagVelocity(goldText, 100, 90)