Please log in
If Round is divisible by 3Gems: +15
BB code
Effect
Code
if (($t->round() % 3) == 0) { $t->myData()->addGems(15); }
An error has occurred