Difference between revisions of "User:PixelProphet Lane"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{{box|About PixelProphet| I joined Second Life on Febuary 5th, 2007 and was playing around with scripts on my 2nd day in world. After a few days I wondered how I'm supposed to ru...')
 
 
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
Ok, what's a Prim then ?
Ok, what's a Prim then ?
Searched the forums..."''how to create prims''"..you'd think it was that easy....It wasn't lol.
Searched the forums..."''how to create prims''"..you'd think it was that easy....It wasn't lol.
By the way, I found out about Help Islands and all that about half a year after I created my account because
By the way, I found out about Help Islands and all that about half a year after I created my account, because
I landed right in Korea 3 on my first day, a place I can totally not recommend for newbies who need answers to questions.
I landed right in Korea 3 on my first day, a place I can totally not recommend for newbies who need answers to questions.


I'll tell you more later.
Once I got away from there, and after learning some key basics of Second Life, I was able to very quickly figure out various other things in here, and soon reached a high level of knowledge about Second Life. I love to figure out how things work (presumed I find things interesting), and usually it doesn't take very long.
 
Remember, your Second Life is what you make of it. You can make it interesting and exciting if you want to. There's something in here for (almost) everybody.
}}
 
{{box|Techniques and formatting|
As you will notice, each programmer has his/her own style of producing code.
I personally like to use CAPS for global variables because they stand out from the rest, and lower case for local variables.
 
Usually I use CamelCase for function declarations.
 
I also like to cache values in variables (where possible) instead of repeatedly calling the corresponding functions.
}}
 
{{box|Scripts|
[[User: PixelProphet Lane/Scripts#Fast List Prim Contents|Fast List Prim Contents]] - Print Object Inventory (Name, Type and next Owner perms)
 
[[User: PixelProphet Lane/Scripts#Real Object Inventory To Dialog|Real Object Inventory To Dialog]] - Display any amount of items contained in an Object in a Dialog, regardless of item name legth..
 
[[User:PixelProphet_Lane/Scripts#Grid_Status_Feed|Grid Status Feed]] - Receive important Grid information in-world
}}
}}

Latest revision as of 15:10, 18 April 2012

About PixelProphet

I joined Second Life on Febuary 5th, 2007 and was playing around with scripts on my 2nd day in world. After a few days I wondered how I'm supposed to run a script I've made. I searched my inventory for some hidden menu option like "Run this script", but fortunately one of the many Residents I asked was kind enough to inform me that scripts run in Prims.

Aaahhh...

Ok, what's a Prim then ? Searched the forums..."how to create prims"..you'd think it was that easy....It wasn't lol. By the way, I found out about Help Islands and all that about half a year after I created my account, because I landed right in Korea 3 on my first day, a place I can totally not recommend for newbies who need answers to questions.

Once I got away from there, and after learning some key basics of Second Life, I was able to very quickly figure out various other things in here, and soon reached a high level of knowledge about Second Life. I love to figure out how things work (presumed I find things interesting), and usually it doesn't take very long.

Remember, your Second Life is what you make of it. You can make it interesting and exciting if you want to. There's something in here for (almost) everybody.


Techniques and formatting

As you will notice, each programmer has his/her own style of producing code. I personally like to use CAPS for global variables because they stand out from the rest, and lower case for local variables.

Usually I use CamelCase for function declarations.

I also like to cache values in variables (where possible) instead of repeatedly calling the corresponding functions.


Scripts

Fast List Prim Contents - Print Object Inventory (Name, Type and next Owner perms)

Real Object Inventory To Dialog - Display any amount of items contained in an Object in a Dialog, regardless of item name legth..

Grid Status Feed - Receive important Grid information in-world