FutureProg functions

check

Character · computer function, computer program, standard futureprog

Number check(Character character, Trait trait, Number difficulty)
Contexts: computer function, computer program, standard futureprog
This function allows you to roll a check against a trait at a defined difficulty for a character, and see the result. The return values are -3 = Major Fail, -2 = Fail, -1 = Minor Fail, 1 = Minor Pass, 2 = Pass, 3 = Major Pass
character: The character whose trait you want to check against
trait: The trait you want to check
difficulty: The difficulty of the check. 0 = Automatic, 10 = Impossible, 5 = Normal

← Back to FutureProg functions