Jump to content
  • 0

directory tree


triad8974
 Share

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

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

Question

Greetings: I am curious if there was a directory structure to the inventory ( i.e. /inventory/scripts/myscript ). That is a little vague.in the script that is being written the command is llRemoveInventoryName("my script"). Now if myScript is in /inventory/scripts /myScript.. The examples are just showing "myScript"

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

There's no such function as "llRemoveInventoryName( )".   The function llRemoveInventory( name) removes name from the inventory of the prim in which the script is (and llRemoveInventory(llGetScriptName()) removes the script itself). 

You can't delete items in an avatar's inventory by script.   Nor can you have sub-directories in a prim's inventory.

  • Like 2
Link to comment
Share on other sites

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