* Bukz facepalms
Guess I forgot to add that alias in for the release. I updated the post btw. :p
Guess I forgot to add that alias in for the release. I updated the post btw. :p
[SELECT ALL] Code:
// curscore - Returns the current score (in points) that a given client has ATM by DES|Bukz
alias curscore [
if (strcmp (findpn $arg1) "") [result -1] [
tmpscore = (at (pstat_score $arg1) 3)
result $tmpscore
]
]