
if i need script then the two animations (preloaded to character) are 'yes' and 'no'
plz include them in the script (if script is needed) if not brill

int var;
var = rand(2);
if(var == 1){animindex = 0;}
if(var == 2){animindex = 1;}
animindex =! animindex;
if(animindex== 0){yes = 1;}//the first frame
if(animindex == 1){yes = 0;}//the second frame
int var;
var = rand(2);
if(var == 1){animpos = 0;}
if(var == 2){animpos = 1;}
animpos =! animpos;
if(animpos== 0){yes = 1;}//the first frame
Users browsing this forum: No registered users and 1 guest