How do I give a...
rgb(red, green, blue) color attribute,
the values of centain Variables.
For instance:
A variable called Red changes from 100 to 255, during the game.
So that I want to make: "rgb(Red, 25, 25)"
But this, just doesn't work because it asks me to use strings...
Anyone could provide help on this?