I was planning to consume email in two separate scripts in the same prim for separate reasons using the subject as the differentiator (e.g. llGetNextEmail("", "subject1"
.I think what I'm seeing however is that in Script 1 if I perform such a llGetNextEmail it trigger the mail() event in both Script 1 and Script 2??? I was hoping to only have Script 2 emails coming into its event after a Script2 "llGetNextEmail("", "subject2"
" statement.Is this the expected behaviour?
Cheers