Panel

Linden Labs

Second Life ® y Linden Lab ® are registered trademarks from Linden Research, Inc. KodigoStyle is not affiliated or sponsored by Linden Reseach.

Comm system calls


Use the communication system to send messages to your same-api objects

api_comm(string OBJECT_NAME, string MESSAGE); 

OBJECT_NAME is the same-api scripted object you want to send the message
MESSAGE is the string text you want to send.

Example.

    Sending a message:

api_comm("server", "gift,d393f7cf-8461-4c02-bf3d-b4cd47ee9921");

Send the CSV message 'gift,d393f7cf-8461-4c02-bf3d-b4cd47ee9921' to the object named 'server'

  Sign in   Recent Site Activity   Terms   Report Abuse   Print page  |  Powered by Google Sites