Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Looking for tips

QueRico Qin
Registered User
Join date: 4 Mar 2005
Posts: 5
03-31-2005 08:33
Just interested in learning how to script...basic question. how do you start a script,what are the main functions that is needed,and how do you know what does what,or how to make it do what you want it to do.???..i keep reading some of the scripts i have gotten for free at yadnis place, trying to figure out how it was done.so far i know you start with a
default ()
or a function that you want then default()? i am willing to take any tips to learn :D..
Escort DeFarge
Together
Join date: 18 Nov 2004
Posts: 681
03-31-2005 08:37
http://secondlife.com/badgeo/wakka.php?wakka=HomePage

More there than you can eat in one very long sitting, I'd bet...

/esc
RacerX Gullwing
Magic Rabbit
Join date: 18 Jun 2004
Posts: 371
03-31-2005 12:15
Also use find and look up places university it has a lot of sample scripts I'm not sure if Yadnis has
those.
Graham Mondrian
Registered User
Join date: 16 Mar 2005
Posts: 59
03-31-2005 13:51
As a basic background, the Linden language appears to offer an implementation of 'Finite State Processing' or finite state machines. I think reading a book on this would be excessive but there might be a single set of RL university notes somewhere that you can glance to get the gist.

The Linden API offers every usable method for scripting. API stands for application programming interface. Generally, it means that someone else has done a large amount of work and has given you a way to access the work they have done for you.
The Linden API is on your hard disk somewhere - mine is at:
file:///c:/Program%20Files/SecondLife/lsl_guide.html

Learn by example is probably your best bet to start, from the wakka.
QueRico Qin
Registered User
Join date: 4 Mar 2005
Posts: 5
thank you so much guys.
03-31-2005 14:35
i appreciated,seems like is gonna take some time to learn lol.thank you for tips :)