• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: VWR-10626
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Normal Normal
Assignee: Unassigned
Reporter: Kai Heideman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

Object Owners`s name not showing

Created: 21/Nov/08 10:38 PM   Updated: 22/Nov/08 11:05 AM
Return to search
Component/s: Scripting
Affects Version/s: 1.21
Fix Version/s: None

Environment:
Second Life 1.21.6 (99587) Oct 14 2008 17:42:25 (Second Life Release)
Release Notes

You are at 250442.7, 279820.9, 24.7 in Eliza located at sim3410.agni.lindenlab.com (216.82.21.145:13000)
Second Life Server 1.24.9.98659
Release Notes

CPU: Intel Core 2 Series Processor (2394 MHz)
Memory: 3071 MB
OS Version: Microsoft Windows Vista Service Pack 1 (Build 6001)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8800 GT/PCI/SSE2
OpenGL Version: 2.1.2
Issue Links:
Relates
 


 Description  « Hide
1. create a prim
2. create a new script in it´s inventory
3. change the script like this:
--------------------------------------------------------
default
{
state_entry() { llSay(0, "Hello, Avatar!"); }

touch_start(integer total_number)

{ llDialog(llDetectedKey(0),"test",["test1"],0); }

}
--------------------------------------------------------------
When you touch the script the dialog says:
------------------------------------------------
's 'Object'
test
------------------------------------------------

The owner´s name doesn´t get displayed. The same happens when an object pays you money.
It doesn´t matter if you compile with mono or not.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Gellan Glenelg made changes - 22/Nov/08 03:28 AM
Field Original Value New Value
Link This issue Relates to SVC-3441 [ SVC-3441 ]
Ellla McMahon made changes - 22/Nov/08 11:05 AM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Duplicate [ 3 ]