Guest User

Untitled

a guest
Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. list AvList = [
  2. "Nuya", "57df68ca-fbf0-4398-8c24-cc5682b65022",
  3. "Kaan", "b8dd4f22-0f5f-42d2-a1f8-a903215cc92f",
  4. "Zerre","4f3ae9f7-46bf-4ab3-8a2f-fc9dce6cf5e6"
  5. ];
  6.  
  7. // time in seconds between checking names on your list.
  8. // 30 seconds works fine for 1-2 names.
  9. // try 15 seconds for 3-5 names.
  10. integer nextAv = 15;
  11.  
  12.  
  13.  
  14. // -------------------------------------------------------------------------------
  15. list AvData;
  16. string AvStatus;
  17. string AvName;
  18. key AvKey;
Add Comment
Please, Sign In to add comment