“LlAddToLandPassList”的版本间的差异

来自人工智能助力教育知识百科
跳转至: 导航搜索
Ty讨论 | 贡献
(创建页面,内容为“//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 manag…”)
(没有差异)

2020年3月2日 (一) 11:45的版本

//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)
   {