Difference between revisions of "User:Jesse Barnett"

From Second Life Wiki
Jump to navigation Jump to search
Line 13: Line 13:


*[[User: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)
*[[User: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)
==For people just starting to script==
*[[User:Jesse_Barnett/Script_Anatomy | Anatomy of a Script]] :: Basics showing the layout and some components of a script.


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

Revision as of 19:24, 3 May 2009

About: Jesse Barnett

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

Rant about the forums

Still waiting for LL to update the forum software!

<<< Thank you SuezzaneC!! Yep info was out of date>>>

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)

For people just starting to script


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.


  • Multi Item Rezzer :: A rework of my old High Altitude Rezzer. Place the objects that you wish to choose from to be rezzed inside. Sit on the rezzer and pick the item and the height. It will go to target height and rez the object. Allows the owner to change the rez offset and has a scanner inside, if no one is around the rezzed object will derez and the rezzer will return to it's start position.


  • SandBox Blox :: Highly addictive and fun. Blocks you can stick together by touch. Good example to learn about one of the new Detected Touch functions and has some interesting math.


  • Sim Map Particle Projector :: Creates a floating map of the sim that the script is in. Demonstrates how to work with the map api.


  • Slurl TP HUD :: Check it out. I love my newest TP HUD. Has a couple of different tricks for the newer scripter to learn from.


  • Teleport HUD :: NOW IT WORKS TO 4096 METERS!! 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.