1 2 3 4 5 6 7 8 9 10 |
# Maybe helper yield if rand > likelyhood end # Example of its use results = perform_battle_action maybe do (results) end |
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 6 7 8 9 10 |
# Maybe helper yield if rand > likelyhood end # Example of its use results = perform_battle_action maybe do (results) end |