Jump to content

Miles Macpherson

Resident
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Miles Macpherson

  1. Thank you very much! Here is the LSL script I made. It's not exactly the one Void posted, but it seems to work. default { state_entry() { llSetTimerEvent(600); } timer() { vector sun = llGetSunDirection(); if(sun.z > 0) { llSetPrimitiveParams([PRIM_TEXTURE, ALL_SIDES, "paste UUID here"]); } else { llSetPrimitiveParams([PRIM_TEXTURE, ALL_SIDES, "paste UUID here"]); } }}
  2. I hate to necro an old thread, but I'm looking for assistance similar to what Loki needed. In my case, I want to have the face of a prim change textures depending on whether it's day or night. Thanks in advance.
  3. I would like to make a newspaper and magazine I help edit available inworld. However, I do not see any way to upload a PDF file. Is there a way to upload a PDF to SL for such a purpose, or am I limited to text-only notecards?
×
×
  • Create New...