Thx so much for your time and help here...
I got it going with this --
on *:NOTICE:!Credit *:?: {
if ($($+(%,money.given.by.,$nick,.to.,$2),2)) {
msg $nick Sorry but you have to wait a 24 hour period before helping credit $2 $+ 's account again!
}
else {
inc $+(%,money,$2) 500
set -u86400 $+(%,money.given.by.,$nick,.to.,$2) 500
msg $nick - You have Successfully helped $2 in their #Battle with 500 money!
}
}
Thx again for your help here....
