Talk:If
I would appreciate an example that shows the appropriate "if / elseif / else" construction. I assume that this will work:
if (a == "Loren") {
llSay(0, "Lorem ipsum sic amet!");
} else if (a == "Bob") {
llSay(0, "Babble dabble rabble rouse.");
} else {
llSay(0, "Gobbledygook? or English?");
}
- Kendown Baroque 12:12, 29 August 2007 (PDT)