Run (Effect) — Skript

Addon: Skript · Category: Effect · Since: 2.10

Syntax

run %executable% [with arg[ument]s %-objects%]

Description

Executes a task (a function). Any returned result is discarded.

Examples

set {_function} to the function named "myFunction"
run {_function}
run {_function} with arguments {_things::*}

View source