How do I use the dcolour console command?
!set dcolour xxxx ffffff won't work...
tpt.el.ELEMENT.colour=COLOUR
Something like that anyway :P
The old console commands don't support hex numbers. If you want those, use the lua command version, tpt.set_property("dcolour",0xFFFFFFFF,xxxx)
@cracker64 (View Post)
That seems to remove all colors... :(
@billion57 (View Post)
Yea the first one I posted was missing some F's, the format is 0xAARRGGBB (alpha,red,green,blue)
-_-
Thanks.