Knight Nootan
Registered User
Join date: 26 May 2008
Posts: 73
|
08-10-2009 09:34
Is there a way to have a radio to change stations that doesn't need to be deeded to the group? I know you would have to have the ability to change stations on the parcel but was thinking there might be a way to not have to have it deeded to the group.
Thanks
|
Ron Khondji
Entirely unlike.
Join date: 6 Jan 2007
Posts: 224
|
08-10-2009 09:55
Only way I know of is when the land does not belong to a group.
However, once it's groupland you need to have something deeded to the group if you want to change the radio and/or media settings. No way around it.
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
08-10-2009 10:04
Exactly. Only the owner of a parcel can modify parcel parameters like the media settings. If you own the parcel outright, you can make the radio work without a problem. If a group owns it, only the group can make the radio work, which means they have to own the radio too.
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|
Kaylan Draken
Registered User
Join date: 2 Dec 2006
Posts: 127
|
08-10-2009 10:31
I don't know what your problem is with deed the radio to the group.
a solution can be to separate the radio code and the changing of the media setting in 2 different scripts/prims. Then only the script/prim that change the media settings has to be deeded. This can be handy if you want to change different parcels from different owners with 1 radio. only the script/prim that change the media settings has to be deeded to every parcel.
communication between the radio and the script that change the media settings can be done with llRegionSay (or llSay, llShout, or ........)
|
Knight Nootan
Registered User
Join date: 26 May 2008
Posts: 73
|
08-10-2009 14:18
From: Kaylan Draken I don't know what your problem is with deed the radio to the group.
a solution can be to separate the radio code and the changing of the media setting in 2 different scripts/prims. Then only the script/prim that change the media settings has to be deeded. This can be handy if you want to change different parcels from different owners with 1 radio. only the script/prim that change the media settings has to be deeded to every parcel.
communication between the radio and the script that change the media settings can be done with llRegionSay (or llSay, llShout, or ........) Dont know what my problem is??? It was just a simple question that was answered 2 times before you. Thank you to the 2 that answered the question!! That is the answer I figured I would get but I had to ask to be sure.
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
08-10-2009 15:14
Kaylan's solution is a great one, Knight. Write a script that throws up a dialog box to let users choose a channel and then let that script passl the information (llSay, llRegionSay, ...) to the radio script that actually does the work of changing the parcel's media setting. The first script doesn't have to be group owned because it's not touching the media setting. Problem solved. 
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|
Knight Nootan
Registered User
Join date: 26 May 2008
Posts: 73
|
08-10-2009 17:11
The answer Kaylan gave was what I was doing actuyally. And works fine deeded, I was just thinking if there was an easier way for the person who uses it to maybe not have to deed it. As I know not all renters have the ability to delete or remove deeded items they would have to get someone who does to come and do it for them. I was just trying or should I say hopeing, that maybe there would be a way.
But basically what I have is a control script that passes the music url to the deeded prim and that prim sets the music on the sim or parcel it is being used on.
|