Jump to content

Peter Michael

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 just upgraded to Window 10 on a Toshiba Lap Top. Firestorm will not start up, it complains that my video drivers are not correct. I am to contact Second life support portal. So what do I do to fix this?
  2. I want to rotate my av to look at a target using scripts. Anyone know how to do this in LSL? So far only RLV commands seem to do this.
  3. I cannot change the audio settings using a script. I suspect the problem is my land parcel. What settings govern the ability of a script to change the land settings for audio? This the script I am using: string url = "http://scfire-mtc-aa01.stream.aol.com:80/stream/1020"; default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched."); llSetParcelMusicURL(url); } }
×
×
  • Create New...