These forums are CLOSED. Please visit the new forums HERE
llEmail? |
|
|
Kelley Arai
Registered User
Join date: 26 Aug 2007
Posts: 6
|
09-02-2007 23:41
Hi, i was wonder how to make an object recognise an email from another,ex. the objects sends an email to that objects adress with the body saying "count" and the other object is waiting for an email saying "count" and when it does it counts up one number in llSetText everytime it hears it. Anyone understand and can help me?
|
|
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
|
09-03-2007 00:14
http://wiki.secondlife.com/wiki/LlGetNextEmail
You will need to query that one on a regular timer and if there's an email, the email event will be called. In the email event you can then process the email. |