Simple math within command

I want to multiply a number by a $(count) within a command.
Is there something like !addcom !example (k * $(count))

You can use the eval variable like so:

!commands add !example $(eval 100 * $(count))

Didnt know that eval was that simple to use! Thanks for the quick reply!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.