Jump to content

Rigel Aycliffe

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Is anyone else having issues with the get media texture script form the Sls library? It's been working fine for years and now it's coming up with an error all of a sudden. default { state_entry() { } touch_start(integer i) { if(llDetectedKey(0) == llGetOwner()) { llOwnerSay("Getting Parcel Media Texture..."); string landTexture; landTexture = (string) llParcelMediaQuery([PARCEL_MEDIA_COMMAND_TEXTURE]); llSetTexture(landTexture,ALL_SIDES); } } }The error I get simply says "Could not find texture ''. If anyone knows why this error is occurring and or has a quick fix I would love to know Thx.
×
×
  • Create New...