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
These forums are CLOSED. Please visit the new forums HERE