Hello. I'm working on an RPG in 3D, that's not really relevent to the particular prob though...
My problem is trying to change the texture of an object. Or evn just changing the colour of the object, which should be simple enough. Like:
if press(pb)=1 then color object 1,RGB(250,10,100)
if press(pc)=1 then color object 1,RGB(10,10,200)
right? But all that seems to do is make the object go a shade of white. (the function press() just reads if a button is being pressed, either pressb or pressc, nothing complex in there, that is definitely working and returning a 1 when button is pressed as the thing goes white)
So all i'm wanting to do is get it so I can change the texture on my characters at any time I like to a different texture. But the "texture object" command is having as much success as the colour - just shades of white. Anything obvious I should check, or whatever.... help please? D: