Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llSetScale to make door doesnt work in large link sets

Gattz Gilman
Banned from RealLife :/
Join date: 29 Feb 2004
Posts: 316
03-20-2005 11:28
got a door thats linked to the rest of the building, it works if it just a few prims, but once i link it all (57 prims) it doesnt work.

CODE

default
{
touch_start(integer total_number)
{
llSetScale(<0.25,1.2,3.973>);
llSetTimerEvent(10);
}
timer()
{
llSetScale(<0.25,6,3.973>);
llSetTimerEvent(0);
}
}
_____________________
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
03-20-2005 15:32
Try llSetPrimitiveParams([PRIM_SIZE,<add,size,here>]); That usually works.
_____________________
---