Jump to content

llGetNumberofNotecardLines


Moon Corrigible
 Share

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

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

Recommended Posts

I may be loosing what little mind I had left.  I used:

 

state_entry()
    {
        string name = llGetInventoryName(INVENTORY_NOTECARD, 0);
        llOwnerSay(name);
        llGetNumberOfNotecardLines(name);
        
    }

 

for the OwnerSay I got the message:  [18:12]  Conference Chair: ChairAdmins

and I am getting the error message:  Conference Chair: Could not find notecard 'ChairAdmins'.

 

How is this even possible?!   It can find it for the name but not the number?

 

 

Link to comment
Share on other sites

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