Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Non physical Vehicle

bigbrother Lord
Registered User
Join date: 23 Apr 2008
Posts: 4
08-30-2008 14:50
Hey guys. Me and a friend are trying to make a non physical ship I was wondering if you can give me tips on how to script a non physical vehicle or even some sample code I can dissect.
Cypher Ragu
[Mad Scientist]
Join date: 6 Jul 2008
Posts: 174
09-10-2008 19:33
I reccommend MultiMove. It's fairly hard to understand what each of the scripts do (or at least it was for me), but it works great.

If you IM me in world, I can give you a copy.

ALSO: a tip if your making your own script...

instead of applying a force on a control event, set it to something like this:

if (level & CONTROL_FWD)
{
llSetPos(llGetPos() + <10,0,0>;);
}
_____________________
Life is a highway... And I just missed my exit.