Relational Placeholder Players (Expression) — skript-placeholders

Addon: skript-placeholders · Category: Expression · Since: 1.7.0

Syntax

[the] first player

Description

The two players involved in a relational placeholder request.

Examples

placeholderapi relational placeholder with the prefix "skriptplaceholders":
	if the identifier is "longer_name": # Placeholder is "%rel_skriptplaceholders_longer_name%"
		if the length of the name of the first player > the length of the name of the second player:
			set the result to the name of the first player
		else:
			set the result to the name of the second player

View source