Well I keep getting this error and i need to know how to do this. I know it can be done, coz if it cant, than RGSS wud be just plain useless ...
basically i have an integer:
number = 1
and i need to use it in a string, like so:
string = "Graphics\\Characters\\" + number + ".png"
(for example)
But i get an error saying I cant convert a FixNum into a string.
Any help ? :3