I need help I made a skinmesh that ranges from 0-9 and it is going to be used for a cars cockpit speedometer but I Can't figure out what I have to put into my script to get the frames to loop back to 0 instead of staying at 9.
so can I have some help with this I basically want to get it to act like the valueprint object.
so can I have some help with this I basically want to get it to act like the valueprint object.
Code: [Select]
void Main()
{
OUT_22 = IN_0*1;
OUT_44 = IN_0*0.1;
OUT_66 = IN_0*0.01;
}