Template:LSL Function/notecard: Difference between revisions
Jump to navigation
Jump to search
Move some Caveats from LlGetNotecardLine |
mNo edit summary |
||
| Line 8: | Line 8: | ||
{{Box|Caveats|2={{#var:caveats}}}} | {{Box|Caveats|2={{#var:caveats}}}} | ||
</noinclude> | </noinclude> | ||
Revision as of 07:21, 25 May 2009
Caveats
- If name is missing from the prim's inventory or it is not a notecard then an error is shouted on DEBUG_CHANNEL.
- If name is a new empty notecard (never saved) then an error "Couldn't find notecard ~NAME~" (~NAME~ being the value of name) will be shouted on the DEBUG_CHANNEL. This is because until a notecard is saved for the first time, it does not exist as an asset only as an inventory placeholder (llGetInventoryKey will return NULL_KEY).