ER:LC Conditions
ER:LC Conditions evaluate player data and return a true or false result.They are used to check if a player meets specific in-game criteria such as being a moderator, having permissions, or being on a team. Each condition can be used to control workflow logic, allowing actions to trigger only when certain in-game requirements are met.
Blocks
- Is Player Moderator
- Does Player Have Permission
- Player On Team
Is Player Moderator
The Is Player Moderator block checks whether or not a player is a moderator.What does it do?
This block evaluates the selected player and returns a boolean value based on whether they are a moderator.Input
- Player - The player to check.
- User - The user associated with the player.
- Boolean - True if the player is a moderator, false if not.
Need help?
Still have questions? Join our Discord server for support.
