Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Add/Detach Items in RLV folders #64

Open
ohhmye opened this issue Jun 27, 2021 · 0 comments
Open

Cannot Add/Detach Items in RLV folders #64

ohhmye opened this issue Jun 27, 2021 · 0 comments

Comments

@ohhmye
Copy link

ohhmye commented Jun 27, 2021

Re:
Radegast-ng 2.33.144.0
Windows 10 Home 10.0.19041

While using Radegast, I’m unable to have scripts attach/detach items in RLV folders.

  1. Create a subfolder in my avatar's RLV folder and name it "+hat"
  2. Add an object named "hat" to the newly-created folder
  3. Place the following script in a cube:
integer RLVChannel = 1;
string Nickname = "an";
string RLVFolder = "+hat";

default
{
      touch_start(integer total_number)
     { 
          llSay(RLVChannel, Nickname + " " + RLVFolder); 
     }
 }
  1. Log in with Radegast, click the cube, and the hat doesn't attach

The most recent info I found on the topic was from 2018. The person that started the thread was able to gain access to their RLV folders after they modified their Radegast installation. I tried doing the same but was unsuccessful.

Note1: When logged in with Radegast, I see the RLV commands output in chat when my avatar touches the cube, though the hat doesn't attach.

Note2: When I log in with Firestorm and click the cube, the hat attaches to my avatar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant