for one thing this is wrong

if (my.STATE = 1) , and should be if (my.STATE == 1)

im surprized you did not get an error with this and this goes for state 2 and 3 as well

and this action seems rather useless what is this for?

action player_cb()
{
wait (1);
}

Last edited by badapple; 01/19/10 06:43.