Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Need help with demo vehicle rezzer!

Dollwife Pink
Registered User
Join date: 11 Oct 2006
Posts: 4
06-15-2007 09:24
Hi,

I have set up a rez script that rezzes a vechile whrn cetail people touch it. The vehicle rezzes fine, but the person gets ejected for not having permission to use it.

How do i pass ownership to the vehicle when it rezzes, or is there a different way I need to do it?

Thank you!
Perwin Rambler
Registered User
Join date: 24 Mar 2005
Posts: 152
simple
06-15-2007 09:36
somwhere in the vehicle script is a if statement comparing the llDetectedKey(0) to llGetOwner(). it may use variables instead.

It will llUnSit the avatar if they are not the owner.

Look for the llUnSit

Remove the if statement or modify it depending on the contents.

I have a similar item made, it rezes a boat anytime the one already rezed is driven away.

The boats then auto die after the person gets up.
Dollwife Pink
Registered User
Join date: 11 Oct 2006
Posts: 4
06-15-2007 10:51
Ok, that lets them sit on the vehicle, but it is not activating the sit animation or letting them use the controls.