他のタスクによって、タスクがコリジョンしている間作動します。
//Will turn phantom when someone bumps into it if on the list list access_list = ["Governor Linden"]; default{ collision(integer num_detected){ if(~llListFindList(access_list, (list)llDetectedName(0))){ llSetStatus(STATUS_PHANTOM, TRUE); } } }
Collision