Cannot get it to work with the function
Code:
Function Rotate_Me()
{
my.pan += 2 * time_step; wait (1);
}
action rotate ()
{
on_a = Rotate_Me();
}
Every other combinations that i have tested leaded from easy "last line wrong" messages up to abnormal program terminations. This one at least does nothing

The more i try to dive into the language problem the more respect i have from you people out there that are manage to even make games with it. One's for sure. This is something to become mad at it.
Even the simplest basics needs days and weeks to find out how it is meant to work, not even being sure about the language in use. Is this Lite C, C Script? WDL?