13.09.2012, 16:33
It could be used to handle player commands. You could have an option for a player to pay another player a certain fraction of his money. Extract the fraction string and use this command to get the decimal value. Divide the player's money by the decimal value and then remove it from player A and give it to player B.
Also, it supports up to 24 numbers and one slash (so 1/11111111111111111111111 is possible, I think).
Also, it supports up to 24 numbers and one slash (so 1/11111111111111111111111 is possible, I think).