API.chatLog("Running Anti-Ambassador Script by Tustin", true);
check();
function closeWindow() {
open(location, '_self'
.close();
}
function getAmbassadors()
{
return API.getAmbassadors();
}
function check()
{
getAmbassadors();
if (getAmbassadors().length == 0)
{
setTimeout(check, 10000);
}
else
{
API.chatLog("There are ambassadors", true);
closeWindow();
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.