Tuke-Nuke / TuSKe

TuSKe is a Skript addons which brings some new cool things and some simple plugins hook.
18 stars 36 forks source link

arg-1 is <none> #97

Closed Skiuel closed 2 years ago

Skiuel commented 3 years ago

command /example <string>: trigger: open virtual chest inventory with size 1 named "example" to player format gui slot 1 of player with feather named "example" to run: send "Example %arg-1%" close player's inventory

If I execute /example SomeText it's give Example <none>

Matocolotoe commented 3 years ago

You gotta set a local variable to arg-1 before the section below to run: and then use it instead