Fix [AV]faces issue with the timer not being stopped.

The problem has been observed in some items using [AV]faces.

So far the only way I've found to reproduce it was resetting one of the [AV]sit scripts while [AV]faces was reproducing a sequence. Other triggers may be possible.
This commit is contained in:
Sei Lisa 2017-10-08 17:04:33 +02:00 committed by Sei-Lisa
parent 71be6e1b4a
commit 8a10a36515

View file

@ -241,6 +241,9 @@ default
on_rez(integer start)
{
is_running = TRUE;
// cancel all sequences as there can't be anyone sitting
while (running_uuid != [])
remove_sequences(llList2Key(running_uuid, 0));
}
link_message(integer sender, integer num, string msg, key id)