Modify [AV]sequence to allow 90008 as an alternative to 90000
This commit is contained in:
parent
edf88da354
commit
913a273052
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue