Second Life Copybot
ANIMESH - Printable Version

+- Second Life Copybot (https://secondlifecopybot.com)
+-- Forum: SECOND LIFE PRODUCTS (https://secondlifecopybot.com/forum-1.html)
+--- Forum: SCRIPTS (https://secondlifecopybot.com/forum-1022.html)
+---- Forum: SCRIPTS (https://secondlifecopybot.com/forum-8.html)
+----- Forum: Business Scripts (https://secondlifecopybot.com/forum-44.html)
+----- Thread: ANIMESH (/thread-22445.html)



ANIMESH - LUMISS69 - 02-01-2019

Code:
default
{
state_entry()
{
}

touch_start(integer total_number)
{
llSay(0, "Starting animation");
llStartObjectAnimation("add here animation name");
}

}