|
BETLOG Hax
Geek
Join date: 22 May 2007
Posts: 91
|
05-28-2007 14:07
Scenario: -object is created by avatar -on activation object moves to new location -object creates NEW landmark for this new location <-----*** possible? if so how? *** -object offers new landmark to owner avatar.
I can pop up the map easily enough with llMapDestination, but thats ugly and relies on the user acually landmarking the position, so i really want a landmark to be *automatically* added to inventory, so the avatar can find the object's location again after they loose it. (because they probably will loose it)..
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
05-28-2007 16:18
I really don't think a script can create ANY item. Correct me if I'm wrong. I do think that by getting the land info, adding a few strings together and llInstantMessage you may be able to whip up a clickable SLURL though, probably won't do what ya want, but it just came to me and I thought it was a cool idea 
_____________________
Xessories in Urbane, home of high quality jewelry and accessories.
Coming soon to www.xessories.net
Why accessorize when you can Xessorize?
|
|
BETLOG Hax
Geek
Join date: 22 May 2007
Posts: 91
|
05-28-2007 22:36
Hmm. Yeah there's a few ways to do it. Problem is that most of them rely on the user actually taking an action... and if they don't... and then they loose the object... it becomes a problem. i guess at least if the SLURL is in chat history they can access it from there... not a bad solution really... and probably better than having landmarks in inventory that need to then get deleted by the user later, or in code.
Of course, if a landmark could be added to the object, and then modified for the correct coordinates before being offered to the user... but how to make a landmark in an object's contents that has variables in it..... not possible methinks.
|
|
Alderic LeShelle
Registered User
Join date: 28 Dec 2006
Posts: 104
|
05-29-2007 01:15
Objects can only copy existing items they possess and modify their own prims but cannot create any items.
So no automatically generated landmarks, notecards, whatever.
Hmmmm. The vendor server spitting out a transaction log on a notecard would be an idea... Scripted content creation would be definitely worth a feature request.
|