|
Flux Cortes
Registered User
Join date: 3 Jun 2007
Posts: 1
|
09-14-2007 16:17
Hi ive been trying to get a "security" system im making to compare the key of someone that walks through it to a notecard list. I have the reading of the notecard down i just dont know how to make it read a list and see if the entry is there. Any help would be greatly appreciated! 
|
|
Shadow Subagja
Registered User
Join date: 29 Apr 2007
Posts: 354
|
09-14-2007 16:33
try something like this:
if( llListFindList(yourStoredList,[llDetectedKey(0)]) != -1)
|