Jump to content

link set giver


conrad Evanier
 Share

You are about to reply to a thread that has been inactive for 4755 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Na cant put in root prim as wont it to be used from button so iv come up with this dose job well :)

default{     touch_start(integer total_number)            {              if(llGetLinkName(llDetectedLinkNumber(0)) == "Button1")                  {                         llGiveInventory(llDetectedKey(0), llGetInventoryName(INVENTORY_NOTECARD, 0));                 }                 else if(llGetLinkName(llDetectedLinkNumber(0)) == "Button2")              {                       // Do summin else              }          // And add as many as you need     }}   

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4755 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...