But I can't help any more than that, the download link seems broken. If you were just looking for a download, maybe someone else will have to provide it. The github has some .au3 files but I've never seen that before and don't know what it is (or how to compile it)
you can't actually make transitions with this that I know of, but if you edit the code for example its very easy. under update args you can basically paste in code like this
break;
case PT_LO2:
goto succ;
default:
break;
}
so after this break is 'Succ' (lol) you can have as many as you want of these.
this is succ
}
return0;
succ:
sim->part_change_type(i,x,y,PT_BMTL);
parts[i].tmp=(rand()%10)+20;
return0;
}
all that really says is tell iron to refer to the succ code when iron encounters lox, and succ tells the iron to undergo a transition to bmtl (sim->part_change_type) Ill try to make this easier to understand later, i wrote this on a phone lol