.lslm : 'string bad_string = "/\/\onies!"; default { state_entry() { llOwnerSay(bad_string); } }' .lsl : 'string bad_string = "/\/\onies!"; // Heh, it's not showing in the comment, but trust me. default { ``` state_entry() { llOwnerSay(bad_string); } ``` }'