Jump to content

How do I get a Notecards UUID?


Aurelia Chauveau
 Share

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

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

Recommended Posts

Hi Guys!

I'm using a script that requires me to know the UUID of a notecard - however after some searching I'm confused :( How do I find out what the UUID of my notecard is? I have read something about get inventory key - is that a script? And if so how do I get it and activate it?

 

Thanks so much in advance :D

Aurelia :D

Link to comment
Share on other sites

If the notecard is in the inventory  and it you have full permission, you can get the UUUID with llGetInventoryKey() with a script.

default {	touch_end(integer num_detected) {		string ncname = llGetInventoryName(INVENTORY_NOTECARD, 0);		key ncUUID = llGetInventoryKey(ncname);		llOwnerSay((string)ncUUID);	}}

Else you just right click it and - if you have the permossions required, jusr select Copy UUID

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4641 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...