Placeholder Result (Expression) — skript-placeholders

Addon: skript-placeholders · Category: Expression · Since: 1.0.0, 1.3.0 (MVdWPlaceholderAPI support), 1.6.0 (using any type support)

Syntax

[the] [placeholder] result

Description

The value of a placeholder in a placeholder event. Can be set, reset, or deleted.

Examples

placeholderapi placeholder with the prefix "skriptplaceholders":
	if the identifier is "author": # Placeholder is "%skriptplaceholders_author%"
		set the result to "APickledWalrus"
mvdw placeholder named "skriptplaceholders_author":
	# Placeholder is "{skriptplaceholders_author}"
	set the result to "APickledWalrus"

View source