Difference between revisions of "Template:LSL Function/notecard"

From Second Life Wiki
Jump to navigation Jump to search
(Move some Caveats from LlGetNotecardLine)
m
Line 8: Line 8:


{{Box|Caveats|2={{#var:caveats}}}}
{{Box|Caveats|2={{#var:caveats}}}}
{{Box|Footnotes|2={{Footnotes}}}}


</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).