06-04-2008 11:22
have having one of my monents again and i think i may have did a noob scripter mistake but i cant seam to figure it out, im geting errors and i dont know how to fix them

CODE

geartext()
{
if(autogear == TRUE);
{
geared = "Auto";
}
else // error
{
geared = "Manuel";
}
llSetText("Gear: "+(string)(geared) +"\n"+ (string)(gear + 1),<1,1,1>,1);
}


EDIT: found the error i accidently added a ; where it shouldnt be