Maybe I'm putting it in the wrong spot, as I said earlier, I have little to no clue what I'm doing.
default
{
state_entry()
{
integer num = (integer)11.0 -llFrand(22.0));
llSetTimerEvent(0.2);
}
timer()
{
vector force = <llFrand®, llFrand®, llFrand®>;
llSetPrimitiveParams( [PRIM_FLEXIBLE, TRUE, 10, 0.0, 10.0, 10.0, 10.0, force]);
}
}
Is how I have it set up now, and it's not compiling.