Okay this is an extremely silly question but should have a simple solution…
I have this code:
[lua] local point = LocalPlayer():GetNWInt( “total_points2” )
draw.WordBox( 10, 10, ScrH() - 250, “Points: “…point…”
new line?”, “skatefont”, Color( 102,51,0,150 ), Color( 200,0,0,255 ) )[/lua]
But when it gets printed out on the screen the word box has created a new line but the text stays on the same original line? What has gone wrong!