Skip to content

Getting Started

blockout22 edited this page Jul 3, 2024 · 2 revisions

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)

image

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

image

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

image image

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

image

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

image

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

image

Clone this wiki locally