I would just remove the static modifier from all your methods. That should fix your error.

However, there is a lot more wrong with your code. Consider your rollDie method. None of its
local...