Not like Timer Points but points earned from a bot game like roulette and stuff heres my code :

on *:Text:Board Kappa:#: { msg $chan Why are you board $nick relax and enjoy the weird. }
on *:Text:Hi:#: { msg $chan Hi $nick Welcome to The Chain TV }
on *:Text:Hello:#: { msg $chan Hello $nick Welcome to The Chain TV }
on *:Text:Kappa:#: { msg $chan Kappa }
on *:Text:Filthy Casuals:#: { msg $chan Nope just weird gamers here }

on !*:join:#:
{
msg $chan I Dont Know Who You Are, But Enjoy The Cast }

on *:text:!chokens:#:{
if ((%floodpoints) || ($($+(%,floodpoints.,$nick),2))) { return }
set -u10 %floodpoints On
set -u30 %floodpoints. $+ $nick On
msg # $nick has gained $readini(C:\Users\Chain\Desktop\chokens.ini,$+(#,.,$nick),Chokens) Weird Chokens.
}

on 4*:text:/!chokens (add|remove)/Si:#:{
if ($nick isop #) {
if ($0 < 3) { msg # Insufficient parameters: Use /chokens <add|remove> <user> [number] | return }
writeini -n C:\Users\Chain\Desktop\chokens.ini $+(#,.,$3) Chokens $calc($readini(C:\Users\Chain\Desktop\chokens.ini,$+(#,.,$3),Chokens) $iif($2 == add,+,-) $iif($4 isnum,$4,1))
{ msg $chan $3 now has gained $readini(C:\Users\Chain\Desktop\chokens.ini,$+(#,.,$3),Chokens) Weird Chokens. }
}
else { msg $chan This command is only available to moderators. }
}
on !*:join:#:{
$+(.timerpoints.,#,.,$nick) 0 300 add.pts $+(#,.,$nick)
add.pts $+(#,.,$nick)
writeini -n C:\Users\Chain\Desktop\chokens.ini $1 Chokens $calc($readini(C:\Users\Chain\Desktop\chokens.ini,$1,Chokens) + 1)
}
On *:TEXT:!weirdluck:#: {
if ((%floodweirdluck) || ($($+(%,floodweirdluck.,$nick),2))) { return }
if ($nick isop #) {
set -u30 %floodweirdluck On
set -u60 %floodweirdluck. $+ $nick On
if ($nick isop #) {
var %randnumber = $rand(1,13) }
if (%randnumber == 1) msg $chan You have opened a Small Weird Box $nick you gained 5 Weird Chokens {
msg $chan /!chokens add $nick 5 }
if (%randnumber == 2) msg $chan You have opened a Medium Weird Box $nick you gained 10 Weird Chokens {
msg $chan /!chokens add $nick 10 }
if (%randnumber == 3) msg $chan msg $chan You have opened a Large Weird Box $nick you gained 15 Weird Chokens {
msg $chan /!chokens add $nick 15 }
if (%randnumber == 4) msg $chan The Weird Box was Empty you gained nothing, Try again next time $nick
if (%randnumber == 5) msg $chan The Weird Box contained a severed head, Lost 3 Weird Chokens {
msg $chan /!chokens remove $nick 3 }
if (%randnumber == 6) msg $chan When you where seaching a Thief stole your Weird Chokens with out noticing, You lost 40 Weird Chokens. Good luck next time,$nick {
msg $chan /!chokens remove $nick 40 }
if (%randnumber == 7) msg $chan Got lucky with this Weird Box, you gained 7 Weird Chokens {
msg $chan /!chokens add $nick 7 }
if (%randnumber == 8) msg $chan This Weird Box looks Crazy, You gained 8 Weird Chokens {
msg $chan /!chokens add $nick 8 }
if (%randnumber == 9) msg $chan Someone switched out your box with theirs, Lost 25 Weird Tokens {
msg $chan /!chokens remove $nick 25 }
if (%randnumber == 10) msg $chan Kappa needs money to feed FrankerZ , You pay him 15 Weird Chokens {
msg $chan /!chokens remove $nick 15 }
if (%randnumber == 11) msg $chan Crimsonnn donates 20 Weird Chokens to you, Enjoy The Party!!!! {
msg $chan /!chokens add $nick 20 }
if (%randnumber == 12) msg $chan The Great GQ didnt like your stream, You bribe him 30 Weird Chokens, Better improve your stream!! {
msg $chan /!chokens remove $nick 30 }
if (%randnumber == 13) msg $chan AriaBlarg Enjoyed your Weird Cast, She gives you 40 Weird Chokens, Anything but normal smile {
msg $chan /!chokens add $nick 40 }
}
}

Your help is appreciated im still learning this XD