Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  # 1

    Hello! I hope that this may be a useful forum for the discussion of, well, you know, scripting things. For the moment I have not gone overboard on categories, as I generally find that this is not necessary at the beginning of any sort of Discussion Board. Should you wish to see any more please do let me know.

    I am aware that the format of this may not be familiar to all. To start a new discussion, merely click on the left - the text marked "Start a new discussion".

    If you wish to post using BBCode - the whole [QUOTE] and [IMG] thing that did not work on the official forums - please make sure to check the "Format comments as BBCode" box under your post. (You should only have to do this once, as it will then remember your preferences until you change again.)

  2.  # 2

    Nice job Ordinal. I am hoping you will accept Scripting examples also? Hope so because I am going to post my first here in a minute to see how it works.

  3.  # 3

    A good point, and deserving of another category. (Really, with this system, any number of categories can be added, they are less strict than forums.)

  4.  # 4

    For the new people that have never seen code as it is meant to be seen in a forum:

    Put CODE inside [] before you paste the code in and at the end put /CODE inside []
    If you do that then you get this:

    default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched: "+(string)total_number); } }

    instead of this:
    default
    {
    state_entry()
    {
    llSay(0, "Hello, Avatar!");
    }
    touch_start(integer total_number)
    {
    llSay(0, "Touched: "+(string)total_number);
    }
    }

  5.  # 5

    I have now added another formatting option - Markdown - which I find a lot more convenient for general posting. Though I imagine BBCode will be more popular.

  6.  # 6

    I'm going to recommend this place to many as an island, safe harbour and refuge against the great Storm of Ignorance that rages on beyond these shores... if that is alright. I trust the signup access shall remain relatively open?

  7.  # 7

    Oh yes, certainly, please do. Perhaps at some point some sort of email verification or such might be required to dissuade spammers at some point, but, you know, as and when.

    •  
      CommentAuthornand Nerd
    • CommentTimeOct 22nd 2007
     # 8

    Great job Ordinal, I've been a regular viewer of your 'Engine' blog and heartily welcome a scripting-only (well, scripting-mainly) forum. I do on occasion frequent the big bad SL forums to dispense what little wisdom I have on the Scripting Tips and look to do similar here if no-one objects. I should have a few scripts in my inventory which are gathering dust and may see better use in your examples category.

    All the best,

    nand

  8.  # 9

    Hi all. I was happy to find this forum and hope it grows. I'm new to SL but not to scripting and I've been playing with LSL. What fun! I look forward to the sharing that can happen here.

  9.  # 10

    Hello to the pair of you! I hope it is useful for contributors and learners alike... (and it is not as any scripter is not both, really).

  10.  # 11

    Here is where I say 'Hi.'

    Hi.

  11.  # 12

    Hello, all, and thank you to Ordinal for setting it up.

    This looks like an interesting forum, and I look forward to learning and perhaps contributing.

  12.  # 13

    Hello! I have been a bit lax in addressing this forum recently, but I shall be checking it regularly now.