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. 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.
_____________________
---
|