Difference between revisions of "User:Jesse Barnett"

From Second Life Wiki
Jump to navigation Jump to search
Line 18: Line 18:
*[[http://www.lsleditor.org/Download.aspx LSLEditor]] Love it!
*[[http://www.lsleditor.org/Download.aspx LSLEditor]] Love it!


*[[Jesse_Barnett/Scite|My Scite page]] Professional duty scripting workhorse. Script in multiple languages, compiles through Visual Studio C++ allowing you to use includes, define your own global variables, customise auto-indent, syntax check with lslint, customise wiki help, customise shortcuts, tabbed files, opens files in LSLEditor for testing.(Page is under construction)
*[[Jesse_Barnett/Scite|My Scite page]] Professional duty scripting workhorse. Script in multiple languages, compiles through Visual Studio C++ allowing you to use includes, define your own global variables, customise auto-indent, syntax check with lslint, customise wiki help, customise shortcuts, tabbed files, add bookmarks, opens files in LSLEditor for testing.(Page is under construction)


==Scripts & Snippets==
==Scripts & Snippets==

Revision as of 22:10, 27 January 2008

About: Jesse Barnett

Scripter. You can find me in Aditi or the scripting forum.

Rant about the forums

LL opened the grid to all users everywhere in the world. Doesn't matter if they have access to a credit card or paypal to show payment info. Some may disagree, but I am fine with that. I welcome everyone to come and learn.

But what I vehemently disagree with is the fact that unless you have payment info on file, you can not access the SL Forums. The forums are the greatest repository of knowledge by far there is in regards to content creation; Texturing, Animations, Building & Scripting. An army of volunteers are there 24 hours a day just waiting for someone to ask a question. We care!!!!!!

Come on Linden Labs! Show a little compassion and open the forums to everyone with at least Read Access!!!!

Hey while you are at it, please upgrade VBulletin! We are seriously tired of waiting and excuses. What's the excuse this week??????????????????

3 Scripts! This is what I have listed here but I do a dozen or more a week in the forums.

Outside Editors

  • My Scite page Professional duty scripting workhorse. Script in multiple languages, compiles through Visual Studio C++ allowing you to use includes, define your own global variables, customise auto-indent, syntax check with lslint, customise wiki help, customise shortcuts, tabbed files, add bookmarks, opens files in LSLEditor for testing.(Page is under construction)

Scripts & Snippets

I made em. You learn from em. Don't sell em!

  • 3D Radar :: Rezzes a ball for each avatar in range. Each ball tracks it's on AV and displays distance.



  • High Altitude Rezzer :: Create a vehicle that goes straight up to a set altitude and then rezzes a work platform, garden, private spot or whatever else you put in it's contents.


  • Teleport HUD :: Very user friendly teleport HUD. Add destinations by touching "Add" & naming destination in chat. Automatically gets sim name and coordinates. Will only display the destinations in the sim you are currently in. Demonstrates more advanced list manipulation and stride functions.