Scripts would go after function main() where it says "call further functions here: }" after the brace
TCS, i don't agree w/ you fully about the templates. what should be done with them in my opinion is that the templates should be used for the first few games and then the programmer, as he/she learns, weans off the templates to eventually not using them.
the code would be something like this w/o particals
code:
string wolf_mdl = <wolf.mdl>; //name of model goes in <>
string man_mdl = <man.mdl>; //" "
function transform()
{
morph(wolf_mdl,man_mdl);
}
on_t = transform()
put this *under* the function main() and look for a good particle generator.