#Is there any way, if there are many player IDs in a variable, how can I make a new variable display
1 messages · Page 1 of 1 (latest)
play name
also send the code
If identifier is "kh_cl3":
Set {_khcl3} to placeholder "worldguard_region_members" from player
if {_khcl3} contains %player%:
set the result to "1"
else:
set the result to "2"```
It is known that {_khcl3} can be read as player1, player2, player3
contains "%player%"
you forgot the quotes