I want to make some text appear on screen what tells me the value of a variable, at the moment I have this:
Scene.DrawText(sngWalk, 300, 100, red)
Everything is fine but the "red" bit, which is supposed to be defined as an integer, what should I put in place there to make the text colour red (assuming that the field is for that).
Thanks.