The script needs to be in a prim and be within shouting range of the prim (100 meters) and will listen to fields that is the same owner as the prim.
The script will be informed of the users UUID and the percentage they tended the field.
Once the message comes in it will send a link message that your own script can communicate with.
Link message is as follow
llMessageLinked(LINK_THIS, percentage, "TENDING", tending_user_uuid);
Example Script:
default
{
link_message(integer sender_num, integer percentage, string msg, key id)
{
llOwnerSay(llKey2Name(id) + " tended your field " + (string)percentage + "%");
}
}
**************************************************************************************************************************************
Digital Farm System (DFS) is a fun, interactive, and progressive farm system that allows you to grow crops, raise animals, fish, and prepare food from tons of delicious recipes, and trade-able products.
With DFS you can stock a store, own a diner, or enjoy a simple "getting back to nature" relaxing farm life.
Read more about the system on our website https://www.digitalfarmsystem.com
**NB Marketplace does not give us alerts when a review is posted, so if you have any issues with our products please contact us directly to receive the appropriate assistance in a timely manner.
In-world Support group : secondlife:///app/group/c365d031-cb76-5c17-f8b8-a1379fe4c9b3/about
Discord : https://discord.gg/Qsu6W4PAhZ
or contact a CSR directly from boards at our Main Store - landmark below
See item in Second LifeI will try it
This seems useful if you want to have your accessories controlled, ty. n_n