Difference between revisions of "User:Jesse Barnett"

From Second Life Wiki
Jump to navigation Jump to search
Line 31: Line 31:
*[[Sim Map Particle Projector|Sim Map Particle Projector]] :: Creates a floating map of the sim that the script is in. Demonstrates how to work with the map api.
*[[Sim Map Particle Projector|Sim Map Particle Projector]] :: Creates a floating map of the sim that the script is in. Demonstrates how to work with the map api.


*[[User:Jesse_Barnett/Slurl_TP_HUD|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|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.
*[[Teleport HUD|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.

Revision as of 18:20, 9 December 2008

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)

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.


  • 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.