Hi all.
I'm really stuck here, hope you lovely people can help! ❤️
After initially being touched to turn it green, I'd like to be able to not only PREVENT the object from running the timer again when touched but also show how minutes are remaining via llSay or llDialog.
Any hints and advice would be greatly appreciated.
Thanks in advance!
default
{
touch_start(integer detected)
{
llSetTimerEvent(300); // 5 mins (300 seconds)
llSetLinkColor(LINK_SET, <0.180, 0.800, 0.251>, ALL_SIDES); // green
}
timer()
{
llSetTimerE