Jump to content

Phinx0126

Resident
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Phinx0126

  1. Dont understand it...but some how solved too!! YAY thankies
  2. Hello, I need any help I can get and it would all be appreciated :3. Anyways Ive been working on this script for days now not understanding the wiki well. I know thats horrible and I made a button and a reciever to change the texture based on which button is pressed. What my issue is trying to make it so it doesnt communicate with other peoples stuff who have the same hud/reciever and alter their outfit texture, so only the owner has control of their texture choice. Yes Ive read up on llRegionSayTo and still dont understand it, scripting isnt my strong suit, but im trying. Example of one button default { touch_start(integer total_number) { llSay(-50, "5"); } } my reciever in clothing/prim/mesh key owner; default { state_entry() { llListen(-50, "", "", ""); } listen(integer channel, string name, key id, string message) { if(message == "1") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } else if(message == "2") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } else if(message == "3") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } else if(message == "4") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } else if(message == "5") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } else if(message == "6") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } else if(message == "7") { llSetLinkTexture(LINK_SET, "uuid here", ALL_SIDES); } } }Thankies all and again *hugs for all* :D
×
×
  • Create New...