Advertisement
Guest User

Untitled

a guest
May 26th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. integer index =llListFindList(boatcreators, (list)this_creator);
  2. llOwnerSay((string) index);
  3. llOwnerSay((string) this_creator);
  4. llOwnerSay(llDumpList2String(boatcreators, ", "));
  5.  
  6. outputs:
  7. [17:22] Bandit 50/3 Trailized v1.01 S1: -1
  8. [17:22] Bandit 50/3 Trailized v1.01 S1: ee77f966-07a6-417b-b002-036c75d21119
  9. [17:22] Bandit 50/3 Trailized v1.01 S1: ee77f966-07a6-417b-b002-036c75d21119, 1240516c-7ee7-4f1d-806b-1448e86248d8
  10.  
  11. -1 = not found, yet its clearly in the list..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement