// just switches skin
action testskin
{
while(1)
{
my.skin += 1;
if(my.skin > 6)
{
my.skin = 1;
}
wait(10);
}
}
I have assigned this test to a model (which has 6 skins) but it doesn't work.
Sadly, my past experience is with v5, this is v6 , but I borrowed it from the manual.
Whats wrong please?
Last edited by kiamonster; 01/18/09 20:40.