-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
To start creating your first script click File -> New and Enter a script name and click Create (Create button will be disabled if the name is empty or if the name entered already exists)

you will be greeted with the following window which contains the typical settings that you can change on the left the same as you can in the overwatch game

On the grid pattern part of the window is the Workshop Script this is where you will create all your custom rules
To get started with creating a new rule you will typically want to start with a rule node, Right Click on the grid this will open a menu with all the available nodes you can add... Start by searching "Rule" and clicking on it

After you can either right click and search for another node or you can drag from a pin and the menu will popup but will be filtered based on what pin was dragged (blue pins = Conditions, Green Pin = Actions)
You can add multiple actions or conditions by using one of the list nodes

Using the following nodes we can create a simple "Hello World" message when the user presses interact

Then after we finish scripting we can click on the output tab (this will automatically add to your clipboard) to get the translated output suitable for pasting into Overwatch Workshop
