Melonly Conditions
Melonly Conditions evaluate user data and return a true or false result.They are used to check if a user has specific roles, ranks, or permissions within Melonly, or to verify the current session status. Each condition can be used to control workflow logic, allowing actions to trigger only when certain Melonly requirements are met.
Blocks
- Does User Have Melonly Role
- Does User Have Rank
- Has Melonly Permission
- Session Status
Does User Have Melonly Role
The Does User Have Melonly Role block checks whether or not a user has a specific Melonly role.What does it do?
This block evaluates the selected user and role, returning a boolean value based on whether the user has that role.Input
- User - The user to check.
- Role - The Melonly role to verify.
- Boolean - True if the user has the role, false if not.
Need help?
Still have questions? Join our Discord server for support.
