link_message(integer sender_num, integer num, string str, key id)
Triggered in a script when the containing prim receives a
link message via
llMessageLinked.
sender_num is the
link number of the sending object in the set.
num,
str, and
id are arbitrary values passed to the
llMessageLinked function.
Notes:
The link message queue seems to hold 64 messages. Anything past that is discarded.
Also see
llGetLinkName and
llGetLinkNumber for related functions.
For an example see
ExampleLinkMessage.
Events |
Link |
Communications