This Small But Informative topic is about Status_Phantom for LSL (Linden Scripting Language). Here we will try to understand Basics of Phantom Settings. How we can use Status_Phantom and other instance of Phantom and how this can be useful to the Players and Users in Second Life and few more interesting details about Second Life .
Table Of Contents
LSL Can Status_Phantom Objects Be Clicked
Here we will try to answer the outcome of Status_Phantom object on click event. But before than lets understand what is Phantom setting in Second Life.
Download PikaShow : World Best Free Video Provider App
When the setting of an object is changed to Phantom, this will become free from the properties of Solid. Physics rules will not be applied to the object with Status_Phantom set to be True.
Status_Phantom can be set to True or False. i.e.
Status_Phantom = True
Status_Phantom = False
One thing to be mentioned here is that all flexible objects do have Status_Phantom value as True.
Hope this will clarify to some extent about the query LSL Can Status_Phantom Objects Be Clicked.
Before we dig deep into Status_Phantom, lets us try to explain and understand Second Life first, for the understanding of new readers.
SECOND LIFE
Second Life is a virtual reality platform where user from different country , locations, places can indulge in different acts, events, social structures. Calling it game would not be a right choice of words; rather we would call it a virtual world. It has things for everyone. Both Free and Paid stuff are there for everyone. It was launched in 2003 by Linden Lab and designed by Philip Rosedale.
You (You means your Avatar) can go and have fun with like-minded people, can go to places, pub, do romance, get social with like-minded people. Your avatar can even purchase items from departmental stores (with Real Money), you can buy property, fashion articles, can go on vacation, can swim, can become famous, can impress others 🙂 . We will come back to LSL Can Status_Phantom Objects Be Clicked, after a brief introduction of Second Life.
The Currency of Second Life Word is “Lindens” . For your understanding 100 Lindens are equal to 1 US $.
Some people may call it absurd, but this is not what many corporate are thinking. Few Big multinational companies from real world have bought and developed virtual places in Second Life to showcase their products and services, there are the places where Avatars of other people can come and can have a first-hand experience of these. Learn More on Second Life from here
This section was for those who are new to Second Life and is different from our original query of LSL Can Status_Phantom Objects Be Clicked.
More on Phantom Attribute
Phantom can be associated with the following
OBJECT_PHANTOM : It will return the Boolean value depending on the Phantom Status of the object.
PRIM_PHANTOM : It is to set the property of PRIM as Phantom, if we set this as some Boolean.
STATUS_PHANTOM : If the status of the Prim is being set as true, than On Clicking the object, it will become un solid ( Flexible or some time Non Collide, depending upon case to case).
SnapChat : Not Able to Login as You Don’t Have Access to Your Old Number?
Conclusion
Hope we have able to answer your query of LSL Can Status_Phantom Objects Be Clicked. As mentioned above, the object becomes Un-solid after clicking if the status is set Phantom as mentioned above. Object and Avatar can easily go through it. You can make secret door in wall though this property easily. One very important point that we like to mentioned here is that avatar cant have this attribute of Phantom and will always return as Boolean False if inquired through Get Status query.
If Object = Avatar, then (llGetStatus(STATUS_PHANTOM)) will always return False.
You can easily change the status of Non Phantom object by the following command-
llSetStatus(STATUS_PHANTOM, TRUE); // It will Become un-solid (or Flexible)
llSetStatus(STATUS_PHANTOM, FALSE); // It will Set the object solid again.
With this we have come to the end of our article of LSL Can Status_Phantom Objects Be Clicked. If you have some query left, please feel free to contact us.
1 thought on “LSL Can Status_Phantom Objects Be Clicked : Hidden Facts”