Okay another Question related to timers.

I modified the script a lot now and every person in the channel gets a free pull on the slotmachine after 60mins.
Okay so they type !free amd when 60mins are over they get a free pull otherwise it just tells them that they have no more free pulls but it would be a lot better if they know how long it will take for the next free pull.

So all i want is to msg the remaining time of a timer.

I found the $timer and time command so if we have a timer called timerpoints it would be "$timer(points).time", correct ?

But now i have timers for every single person for example timerpoints.$nick how can i get the time for one of this kind?

$+($timer(points),.,$nick).time ?
$+($timer(points,.,$nick)).time ?
$timer(points).$nick.time ?

Found no solution yet, hope you guys can help me. Thank you!