|
Tigz Tarski
Registered User
Join date: 13 Jun 2006
Posts: 1
|
04-23-2007 00:33
hi im scripting a car, I am making it so that the doors and hood open from menu command, my problem im having is umm when I face the car north it rezzes the hood fine, but if I turn the car say to south, it rezzes the hood and engine a few mm off place, heres what I got for my llRezObject line: llRezObject("cobra engine!", llGetPos() + <-0.8, 1.3, 0.4> * llGetRot(), ZERO_VECTOR,llGetRot() * llEuler2Rot(<0,0,90 * DEG_TO_RAD>), 42);
|