LlAddToLandPassList
//This is not a complete solution, requires full avatar names to work - even for unbanning someone! //This is meant only as an example of the land ban and pass management functions. //free to copy,use,modify,distribute - just don't ask me to debug your modified code.
string command;
default {
state_entry() { llListen(5,"",llGetOwner(),""); }
on_rez(integer param) { llResetScript(); }
listen(integer chan,string name,key id,string message) {