Hi Folks,
I am using a template lift (lift01) and want to set it going from the piece of code below:-

entity* platform1;
entity* levercrater;

function craterlift
{
while(levercrater.tilt<380)
{
levercrater.tilt+=20*time_step;
wait(1);
}
{
* I need a piece of code to go here to work the lift *
}}

action craterlever()
{
levercrater=my;
my.enable_click=on;
my.event=craterlift;
}

I can set Z position, speed etc from template

Can anyone help please? (I have tried the trigger action, but
but don'r understand it enough to make it work - no help in manual)
Kind regards, David david@davidmoreton1.wanadoo.co.uk