|
RaptonX Zorger
Registered User
Join date: 26 Jan 2006
Posts: 79
|
07-03-2006 17:42
Is there a way to get the name of an object or the name of anything in the sim by clicking on it, not for objects that already have that script in it. Lets say I wnt to get the name of a unscripted object and send it to the script of an object I am wearing...is there a way to do this?
|
|
Draco18s Majestic
Registered User
Join date: 19 Sep 2005
Posts: 2,744
|
07-03-2006 20:30
Not that I know of.
|
|
Jesse Malthus
OMG HAX!
Join date: 21 Apr 2006
Posts: 649
|
07-03-2006 21:51
not by click, but you could use a sensor.
|
|
Angela Salome
Registered User
Join date: 6 Oct 2005
Posts: 224
|
07-04-2006 02:27
From: RaptonX Zorger Is there a way to get the name of an object or the name of anything in the sim by clicking on it, not for objects that already have that script in it. Lets say I wnt to get the name of a unscripted object and send it to the script of an object I am wearing...is there a way to do this? Make a HUD. On click in mouselook, the HUD fires a slow physical bullet prim in the direction of the mouse look. When it impacts with something, the bullet reports the name of the object it impacts with back to you by IM. This will fail for visible, phantom objects, as physical objects can't collide with them.
|