Search results

  1. Hydro

    Generic Array Generator

    Hi All! @Remmy was screaming in my ear about needing resizable arrays in MNScript, so I've written a nice little array generator you can use and extend. At the moment it just supports primitives, but it should be relatively easy to expand. I'm providing the source code here, in-case you want to...
  2. Hydro

    Resources to help get started with MNScript

    Resources to help get started with MNScript Links to tutorials, YouTube streams, and source code to help get started using MNScript The MNScript Forum Tutorial Series At the time I'm writing this, this is definitely the best place to start. My number one piece of advice to anybody wanting...
  3. Hydro

    How to use if statements in MNScript [Hydro's Series Part #4]

    Hello everyone! Welcome to part 4 of this tutorial series that I'm making. In this chapter, we'll be looking at if/else statements, and how to use them. As always, this tutorial series will assume that you are somewhat familiar with Maxnet, and that you have followed along with all previous...
  4. Hydro

    How to use library functions in MNScript [Hydro's Series Part #3]

    Hello everyone! Welcome to part 3 of this tutorial series that I'm making. In this chapter, we'll be looking at library functions, what they are and how to use them. As always, this tutorial series will assume that you are somewhat familiar with Maxnet, and that you have followed along with all...
  5. Hydro

    How to work with variables in MNScript [Hydro's Series Part #2]

    Hello everyone! Welcome to part 2 of this tutorial series that I'm making. In this chapter, we'll be looking at working with variables in MNScript. As always, this tutorial series will assume that you are somewhat familiar with Maxnet, and that you have followed along with all previous...
  6. Hydro

    How to run / compile MNScript files [Hydro's Series Part #1]

    Hello everyone! Welcome to part 1 of this tutorial series that I'll be making, the point of this series will be to teach people how to use MNScript. This tutorial series will assume that you are somewhat familiar with Maxnet. Let's begin! Intro: What does MNScript do? MNScript is a computer...