Workshop.codes
Create

Player Variable Last updated November 26, 2024

Description

The current value of a player variable, which is a variable that belongs to a specific player or players.

Snippet

Player Variable(Event Player, variableName);

Properties

Returns: Value
Parameters: Player, Variable

Player
Type: Player, Default: Event Player
The player whose variable value to acquire.

Variable
Type: Player Variable, Default: A
The variable whose value to acquire.

Workshop.codes