PDA

View Full Version : Readme before contributing your code


Peter Lameth
11-03-2009, 11:43 PM
ive noticed that some people arnt making use of the code tag, i have altered all the current scripts in the library so they are as they look in world.


please follow this standard.


[START]

put a ` here


[ put your code here ]


put a ` here

[END]


[START]

<pre>default
{
state_entry()
{
llSay(0,"Hello World!");
}
}</pre>


[END]


the [start] and [end] are in regards to posidens comment:

I know some one out there will do this so i will post a warning

only copy from default and on. just for those who are not well versed in scripting. (people do, do things like that from time to time)


thanks.