Brig Command Arg (Expression) — SkBriggy

Addon: SkBriggy · Category: Expression · Since: 1.0.0

Syntax

brig-arg-%*number%

Description

Represents the arguments in a Brig Command. These works the same way as Skript's `arg` and `arg-1`. Since command args create local variables at runtime, these are virtually useless. These can be used in both the `register argument` and `trigger` sections.

Examples

brig command /i <item> <int>:
	trigger:
		give brig-arg-2 of brig-arg-1 to player

View source