FutureProg functions
check
check overload 1
Number check(Character character, Trait trait, Number difficulty)
Available in
- 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
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose trait you want to check against |
trait |
Trait |
The trait you want to check |
difficulty |
Number |
The difficulty of the check. 0 = Automatic, 10 = Impossible, 5 = Normal |