Modify [AV]sequence to allow 90008 as an alternative to 90000

This commit is contained in:
Sei Lisa 2020-09-08 00:45:22 +02:00 committed by Sei-Lisa
parent edf88da354
commit 913a273052

View file

@ -331,7 +331,7 @@ state running
{
SITTERS = llListReplaceList(SITTERS, [id], (integer)msg, (integer)msg);
}
else if (num == 90000)
else if (num == 90000 || num == 90008)
{
stop_sequence(TRUE);
integer index = llListFindList(SEQUENCE_DATA_NAMES, [msg]);