Need halp with Scriptor.
Posted: 12 Oct 2008, 01:34
I keep getting this stupid error.
if( Static_Var_1 )
{
move pelvis to y-axis [-1.$] now;
turn pelvis to x-axis <1.$> now;
turn rthigh to x-axis <1.$> now;
turn lthigh to x-axis <-1.$> now;
turn lleg to x-axis <1.$> now;
turn rleg to x-axis <1.$> now;
turn luparm to x-axis <1.$> now;
turn lloarm to x-axis <-1.$> now;
turn lhand to y-axis <-1.$> now;
sleep 45;
}
It refuses to translate the position or the speed number.
{
move pelvis to y-axis [-1.$] speed [1.$];
turn rthigh to x-axis <-1.$> speed <1.$>;
turn rleg to x-axis <-1.$> speed <1.$>;
turn lthigh to x-axis <-1.$> speed <1.$>;
turn lleg to x-axis <-1.$> speed <1.$>;
if( !Func_Var_2 )
{
turn torso to y-axis <-1.$> speed <1.$>;
}
Func_Var_3 = 0;
}
sleep 100;
}
I tried changing options, but everytime i go back to descript menu
"show increment and decrement operator*
as well as
*Make Large Numbers in CObs into Linear Constants*
always unchecked, but the other options are remembered.
I need help using scriptor to decompile, as anyone every experienced this problem before?
if( Static_Var_1 )
{
move pelvis to y-axis [-1.$] now;
turn pelvis to x-axis <1.$> now;
turn rthigh to x-axis <1.$> now;
turn lthigh to x-axis <-1.$> now;
turn lleg to x-axis <1.$> now;
turn rleg to x-axis <1.$> now;
turn luparm to x-axis <1.$> now;
turn lloarm to x-axis <-1.$> now;
turn lhand to y-axis <-1.$> now;
sleep 45;
}
It refuses to translate the position or the speed number.
{
move pelvis to y-axis [-1.$] speed [1.$];
turn rthigh to x-axis <-1.$> speed <1.$>;
turn rleg to x-axis <-1.$> speed <1.$>;
turn lthigh to x-axis <-1.$> speed <1.$>;
turn lleg to x-axis <-1.$> speed <1.$>;
if( !Func_Var_2 )
{
turn torso to y-axis <-1.$> speed <1.$>;
}
Func_Var_3 = 0;
}
sleep 100;
}
I tried changing options, but everytime i go back to descript menu
"show increment and decrement operator*
as well as
*Make Large Numbers in CObs into Linear Constants*
always unchecked, but the other options are remembered.
I need help using scriptor to decompile, as anyone every experienced this problem before?