You can make a while loop and in it check if the user is opped (with isop operator)
If yes give him points or anything.
If you're not familiar with while loops
/help while loops
isop operator works simply like this:
Code:
if ($nick isop $chan) {
Echo -at $nick Is Opped

!isop checks for the opposite ( ! Before operators or values negates them)
For your script you'll have to use $nick($chan,N) where N is the Nth user in the user list!
Let us know if you need more help!

Last edited by OrFeAsGr; 14/05/16 11:48 AM.