|
CoffeeZilla Voom
Registered User
Join date: 4 Jun 2007
Posts: 2
|
12-16-2008 20:59
Am in need of figuring out something. This is what I have: I have objects, set in specific locations, and when an object is touched the person will pay $L and activate this object. What I need to happen after the person pays, is for an email to be sent back to me with the landmark associated with that specific object. Is that possible? Thanks!  CZ
|
|
Dylan Rickenbacker
Animator
Join date: 11 Oct 2006
Posts: 365
|
12-16-2008 22:22
Well you can't email a landmark, but you can email a string containing a SLurl. All about email here: http://www.lslwiki.net/lslwiki/wakka.php?wakka=email
|
|
Zoha Boa
Registered User
Join date: 12 Mar 2007
Posts: 2,893
|
12-16-2008 22:28
when the objects are in different sims you can see in your transaction history where and when the object has been paid
with a (sales)script it must be possible to send to you anything or a part of the content (LM) of the object
_____________________
ZoHa Islands: SL Real Estate Management since 2007 Looking for land ? You will find it @ ZoHa Islands ! Orange Beach Mall: 50 000 sqm shopping fun  http://slurl.com/secondlife/ZoHa%20Islands/222/227/27 website: http://www.ZoHa-Islands.com
|
|
Beverly Ultsch
Registered User
Join date: 6 Sep 2007
Posts: 229
|
12-17-2008 02:13
All the information you really need is already inserted into the email message.
From the wiki
The message field is formatted as follows:
Object-Name: object_name\n Region: region_name (region_corner _coordinates)\n Local-Position: (local_pos)\n \n message_text
So you can get the position of the object from the 2nd and 3rd lines of the message.
If you actually need a landmark you could do it with llGiveInventory instead of using email.
|
|
Yingzi Xue
Registered User
Join date: 11 Jun 2008
Posts: 144
|
12-17-2008 02:54
You could also IM yourself whenever a sale occurs with the name of the region and the location.
|
|
CoffeeZilla Voom
Registered User
Join date: 4 Jun 2007
Posts: 2
|
12-17-2008 08:33
From: Yingzi Xue You could also IM yourself whenever a sale occurs with the name of the region and the location. Would the IM be able to pick up where the object is located? This is where I'm stymied. And by the way, thanks for all the advice, everyone!  What I need to happen is once someone pays (not touches) the object, I need the object to then read the "landmark" or "location" that it is currently in and then either email that location or IM that location to me. Think of it as a big shopping mall with separate shops. When someone comes in to lease a shop, they click and pay a lease option object. Once that payment is made the person would receive their information and setup instruction for that space, but also - - what needs to happen is the information needs to be sent back to me stating *which* location or shop was just leased. Hope that explains it better.  Thanks all! CZ
|
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
12-17-2008 10:46
The IM or e-mail says whatever you script it to say. Write your script to send whatever infomation you need for your records, including the local position of the sending object. As others have noted, though, the heading on an e-mail message, by default, contains all of this information already. All you have to do on the receiving end is read it. Read http://www.lslwiki.net/lslwiki/wakka.php?wakka=email to see how it's done.
|