| Field |
Original Value |
New Value |
|
Description
|
llGetMass() not working in script until script is recompiled.
Create physical object.
Create Script in physical object.
Insert:
touch_start(integer total_number)
{ llOwnerSay((string)llGetMass());
}
Compile, then touch object.
Script will say mass of object. (e.g. [15:58] Object: 3.450869)
Take object into inventory.
Rez.
Touch object
Script says -- [15:59] Object: 0.010000
This is easily duplicated (in Havok4).
Take same object into Havok1 Sim ,
Script will give proper mass when object is rezzed.
|
llGetMass() not working in script until script is recompiled.
Create physical object.
Create Script in physical object.
Insert:
touch_start(integer total_number)
{ llOwnerSay((string)llGetMass());
}
Compile, then touch object.
Script will say mass of object. (e.g. [15:58] Object: 3.450869)
Take object into inventory.
Rez.
Touch object
Script says -- [15:59] Object: 0.010000
Recompile Script. Script will return proper mass. (Rinse then repeat).
This is easily duplicated (in Havok4).
Take same object into Havok1 Sim ,
Script will give proper mass when object is rezzed.
|