LlAddToLandPassList

来自人工智能助力教育知识百科
Ty讨论 | 贡献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 manag…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

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