Jump to content

Lucinda Bulloch

Resident
  • Posts

    1,080
  • Joined

  • Last visited

Posts posted by Lucinda Bulloch

  1. Some weeks ago I had a chat here over the earth and its passage around the sun, I said that there would be large earthquakes when the earth crossed the solar plane, one of you said I was talking BS and that the earth was tilted and did not cross the solar plane, I put that reply down to CIA psyops, anyway we have just crossed the solar plane and had 4 large earthquakes, also the sun rose 2 days early over greenland, so I think I have been proved right, anyway that aside, I hear people have heard sounds in the sky, machine like sounds, if a large body had entered the solar system then we would hear sounds as the earth got between it and the sun, have any of you heard machine like sounds in the sky that last for an hour or so, this is important, those sounds have other elements to them that you can't hear and are electro magnetic, this would also explain the large amount of birds and animals dropping dead, the biggest thing we have to worry about is the passage of matter that is transferring itself from the sun and this large body, if we get in between them when this happens then we will fry, it will be seen as a very long and large solar flare and once this body is close enough will be constant till it moves away.

     

    Have any of you heard sounds in the air?

  2. I only use the editor in the viewer, or notepad, I learnt at a time when all used a basic editor cos PC's only had 64k in my day, then the went up to 640k, one of the first machines that I wrote code for was the Sharp MZ80k, just 64k of memory, had to do it all in machine code, so I am use to writing it all out, can't handle these things that try to do it for you. I stopped writing code in the 80's only started again when I came here, but can't get use to all this new stuff, but script is like the old days.

  3. I stopped using search months ago, I liked viewer one and knew how to use it, but viewer 2 search is useless, it seems to only show the top boys in everything and the small firms are dumped, so I don't use it anymore, and cos of that I no longer shop or goto clubs, but it has saved me loads of money as I don't buy anything any more or give tips, and now I am in the habit of never spending a penny here, I only log to finish the project I am making, then when tired log off, but as for the old social life I had here, well that's well and truly dead and will stay that way.

  4. Agree 100%, but can't be arsed to take the stick for saying so.

     

    I have found in life, that when people really don't want to help they make the rules hard and elitist and make you say EXACTLY what it is or they ignore you, so like I said why should I play silly games  for people that must consider if a person is worthy enough to ask the question in the first place, no leave jira to the lindens cos it is clearly for them and no one else.

  5. Put this code in an object and wear it, then go into mouse look and click any av or object, cast ray will report that object or an error number.

     

    integer firecontrols;default{  state_entry()   {    llSetMemoryLimit(0x2800);    firecontrols =CONTROL_LBUTTON|CONTROL_ML_LBUTTON;   }      attach(key id)    {     if(id == llGetOwner())llRequestPermissions(id,PERMISSION_TAKE_CONTROLS|PERMISSION_TRACK_CAMERA);     else llReleaseControls();       }      run_time_permissions(integer perm)    {     if(perm)llTakeControls(firecontrols, TRUE, FALSE);    }   control(key id, integer level, integer edge)    {     if(level&edge&firecontrols)      {       vector start =  llGetCameraPos();       list results = llCastRay(start,start + <1000,0,0>*llGetCameraRot(),[       RC_REJECT_TYPES,RC_REJECT_LAND,       RC_DATA_FLAGS,RC_GET_ROOT_KEY,       RC_MAX_HITS,1,       RC_DETECT_PHANTOM,TRUE       ]);       if(llList2Integer(results,0)<0){llOwnerSay(llDumpList2String(results,","));return;}       list dat = llGetObjectDetails(llList2Key(results,0), [       OBJECT_NAME,       OBJECT_OWNER,       OBJECT_CREATOR,       OBJECT_RUNNING_SCRIPT_COUNT,       OBJECT_TOTAL_SCRIPT_COUNT,       OBJECT_SCRIPT_MEMORY,       OBJECT_SCRIPT_TIME,       OBJECT_PRIM_EQUIVALENCE       ]);         llOwnerSay(       "\nName = "+llList2String(dat,0)+       "\nOwner = "+llKey2Name(llList2String(dat,1))+       "\nCreator = "+llKey2Name(llList2String(dat,2))+       "\nTotal Scripts = "+llList2String(dat,4)+       "\nScripts running = "+llList2String(dat,3)+       "\nMemory used = "+llList2String(dat,5)+       "\nScript time = "+llList2String(dat,6)+       "\nPrims = "+llList2String(dat,7)       );     }   }    

     

  6. Ty for the reply, I think jack has put the number you require, I don't have the time to fill out forms, I have found a work round and if castray works again then it will be used, if not they go back to sensor, this is the second time it has happened, I would be foolish to let it happen a third, so my work around will stop it happening, it just a pity that from now on I must just see cast ray as the same as sensor so limit its range likewise, so I see no point in any further work in the applications of castray, pity because it did have potential, but is now seen as unstable and almost unusable.

    i have tested it in the beta sims, it does not work on Magnum

    but works on blue steel and letigre

  7. But if the truth equates to what appears to a pointless excise as far as the mechanics of life is concerned why know it, once an important person asked me "what is the point", I said that is only important because you feel there should be one, can you not see that live is so for lives sake, he could not understand, he needed a point because he needed an aim for the human race, I tried to tell him that we have choice, we can choose to strive for a reason and be disappointed or we could enjoy the life we had, but he still needed a reason.

    Anyway I am only here cos the lindens have pissed me off and I am thinking of flapping my wings to create a storm, lol, you should ignore me, as in my mind I am upset and want to create havoc, lol, i hate it when people are nice to me, lol, give me an excuse to create havoc here and get banned.

  8. No one has the right to take away a persons dreams, truth is an illusion, truth can only hurt as it is only required when a person is unsure, this thread came about for reasons that are not apparent, in a sense it is a trap, to uncover what many believe to be a fraud, but there again don't you think that because of it's dishonesty that it deserves nothing?

×
×
  • Create New...