Talk:If
Revision as of 11:12, 29 August 2007 by Kendown Baroque (talk | contribs) (request for more complete example)
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)