This script will only display bonus points for own nick. Would like to select a nick in the nicklist to check his/her bonus points. (only for ops) Any ideas please?

Quote:

on *:text:!Bonus:#:{
if ((%floodpoints) || ($($+(%,floodpoints.,$nick),2))) { return }
set -u10 %floodpoints On
set -u30 %floodpoints. $+ $nick On
notice $nick You have $iif($readini(Point.ini,$+(#,.,$nick),Points),$v1,0) bonus points in $chan
}