A more concise explanation of Freedom Script for programmers.
Freedom Script allow you to run scripts line by line or all at once depending on your need.
How to trap errors in syntax and logic in your FS scripts
Completing and reviewing our first Freedom Script setup
The Value Object, keeping track of script variables.
The Subroutine Object connects FS Script to the c# code in unity
The Interpreter Object - Single Object/ Script Setup - First Steps
The Interpreter, Subroutine and Value Objects are the building blocks of Freedom Script (FS). This trio are simple to use. The key to effective FS usage is understanding how to set them up. Let us dive in.
Freedom Script Definition - structures and terms