Ive tried play list, list visitors, play, list, and othervariations.
Any help ?
Its REALLY important!
Thanks!
float radius = 20.0; // Change this value to alter the range (in meters) of the visitor detector
float interval = 3; // Change this value to alter the time (in seconds) between sensor sweeps
integer max_visitors = 80; // Change this value to set the maximum length of the visitors list
integer i; // variable used in for loop of sensor event;
integer no_of_vis; // variable used to store current number of visitors
integer give_nc = FALSE; // default setting for Give notecard
integer send_im = FALSE; // default setting for Send IM
integer load_url = FALSE; // default setting for Open Web Page
integer show_popup = FALSE; // default value for Show Pop-Up Dialog
integer CHANNEL; // Channel used for menu listen
integer HANDLE; // Handle used for active listener
integer set_IM_msg = FALSE; // Boolean to determine if IM message content is currently being set
integer set_popup = FALSE; // Boolean used to determine if Pop-Up message is currently being set
integer set_url = FALSE; // Boolean used to determine if URL is currently being set
string im_msg; // Variable used to store custom IM message
string popup_msg; // Variable used to store custom Pop-Up message
string url; // Variable used to store URL
list visitors; // List of visitors so far (resets to empty when list reaches [max_visitors] in length
///////////////////
// FUNCTIONS //
///////////////////
THE REST HAS BEEN REMOVED AS ITS NOT MY CREATION

