Following simple script works in SL, but not here...
¿Por que?
Thanks for any suggestions.
> The desired result is a simple looping blinking of the the hovertext from red-to-green-to-red-etc-etc, which is what happens in SL.
> The actual result here in OS however is red-green-full stop.
Thanks all!!
(yes it has llSleep with seems to have developed it's own special hate society, and i could probably set up explicit 'states' and switch between them, but that aside... something is keeping this super simple script from working... just curious what it may be? Hint: it's not the emoji's, those are legal)
default
{
state_entry()
{
llSetText(" \n
llSleep (0.5);
llSetText(" \n
llSleep (0.5);
llResetScript();
}
}