Hi, I just wanted to share this observation with you:
--------------------- default { state_entry() { list src=["a","b","c"]; string s="b"; list test1=["b"]; list test2=[s]; integer index1=llListFindList(src,test1); integer index2=llListFindList(src,test2); llOwnerSay((string)index1); llOwnerSay((string)index2); } } ---------------------
This returns 1 (ok) and -1 (not ok).
Another observation: The conversion from hex strings to integer gives an error.
Happy debugging!
|
|