Hey i'm currently figuring out on how to list the players are in the variable?
And very detailed.
Example:
Online Donators: Player, Player < players that are in the variable.
If the variable has no players or its null, set the variable to " "
Test Skript that i made:
And very detailed.
Example:
Online Donators: Player, Player < players that are in the variable.
If the variable has no players or its null, set the variable to " "
Test Skript that i made:
code_language.skript:
on join:
add player to {donators}
on disconnect:
remove player to {donators}
if {donators} is less than 0:
set {donators} to 0
every 2 minutes:
broadcast "Online Donators: %{Donators}%"