Custom commands interacting with loyalty points
As of right now, there is no way to make a custom command which modifies a user's loyalty points. The variable itself is accessible through $(user.points), however, that is a read-only variable and cannot be changed through the use of $(counter), $(math), or any other method.
The only current way to modify a user's points is through the !addpoints and !setpoints commands. This greatly restricts the possibilities of custom commands, since streamers have no way to interact with loyalty points besides the default ways. Possible commands the streamer may want to add are things like:
- !claimpoints (bonus points every few minutes)
- !rob <user> (steal a random number of points from another user)
There should be a variable/method to solve this problem. Something like $(addpoints *user* *number_of_points) would be ideal, accepting “all” for all users, as well as negative numbers to effectively take points away from a user. This would add much more customization for streamers looking to engage viewers with fun chat commands.
-
Hey there!
We passed your feedback over to our Dev Team as a feature request.Thanks!
0
Please sign in to leave a comment.
Comments
1 comment