Friday, September 27, 2019

QOL fix for the animesh charger(in case you missed it in the group)

1) Make a new script inside your animesh charger.
2) Replace the default code in that script with the following:

default
{
    state_entry()
    {
       llSetLinkPrimitiveParamsFast(2, [
       PRIM_POSITION, <-2.80690, -0.00900, 0.00030>,
       PRIM_ROTATION, llEuler2Rot(<0.00000, 90.00000, 0.00000>*DEG_TO_RAD)/llGetRootRotation(),
       PRIM_SIZE, <0.47807, 0.42478, 2.97735>,
       PRIM_SLICE, <0.94, 1.0, 0>]);
     llRemoveInventory(llGetScriptName());
    }
}

3) Save the code.
4) ????????
5) PROFIT!

Or visit a redelivery terminal and get your charger package redelivered(there's no version change, so it doesn't get delivered automatically).

GEMC, 2019