Jump to content

Blayne Shinn

Resident
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I used to be able to post second life group links (secondlife:///app/group/*group-id-here*/about) in blogs and such, and when clicked on the web, would open the group panel in the second life client for the specific group i have linked. Now, with the second life client running, I am prompted with a windows dialog box saying "second life is already running". The group link from the web no longer opens the group in the client. If I close the client, and then click the web link to the group, the client starts, I login, and theres no group presented. This seems to be a problem for the http://my.secondlife.com/*resident-name-here* profile page when going to GROUPS, clicking a group and then clicking the "View group info in Viewer sidebar" link ... it used to work, now it does not. Map Slurls seem to still work properly. The Firestorm viewer DOES load the links from the web. The Second Life viewer DOES NOT load the links from the web. Has something changed recently?
  2. ... the creator or location of the hair on the models for these listings (any and all help is greatly appreciated): https://marketplace.secondlife.com/p/Klam-Design-Cobble-White-Outfit-Promo-Week/2828041 https://marketplace.secondlife.com/p/Lewis-Outfit-Klam-Design-PROMO-WEEK-DISCOUNT/1014626 I have tried to contact the store owner but he seems to never come online lol.
  3. I am wondering about the following script ... when using it, you enter chat and it duplicates your chat, one being normal and the next shouting in green from the object, on channel 0. If I execute a gesture, again it duplicates the chat. Now, if I change the channel to 20, I cannot exucute gestures. If I change the script to listen on channel 20, how would I be able to execute a gesture? Thanks for any help that can be provided. default { state_entry() { llListen(0, "", llGetOwner(), ""); } listen(integer c,string n,key i,string m) { llSetObjectName(n); llShout(0, m); } on_rez(integer start_param) { llResetScript(); } }
×
×
  • Create New...