Patryk Stirling
Registered User
Join date: 30 Jul 2004
Posts: 26
|
10-04-2004 20:20
Is someone could give me some nice adress where I can find a good n00b tutorial for LSL scripting ??? I'm not the biggest n00b of the world, but I need some examples and (why not) exercises to understand all that stuff well. That would be very good because I have a very nice idea for scripted objects and I want to start the work as soon as possible. I got a little background with the C-script language, not much but that could help. I think the LSL guide is not very good for academic use but it is for references later. .. 
|
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
|
10-04-2004 20:33
|
Hank Ramos
Lifetime Scripter
Join date: 15 Nov 2003
Posts: 2,328
|
10-04-2004 21:05
The University of Second Life Library in Montara, has a huge selection of script examples and free scripts.
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
10-04-2004 23:59
since it's not on the wiki i'll tell you; don't rez 1000 prims that are physics enabled. Don't make a script that will reproduce exponentialy (unless you want to be chatting with lindens). Try not to crash sims (don't do so reguraly, and not during an event in the sim). Building a catapult isn't as cool as it sounds. All script events use sim cpu time. 1000 listens will make the sim feel like walking through trequal in january.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|