- Joined
- Apr 29, 2016
- Messages
- 6
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hi everyone, been thinking a lot on using the GURPS of a series set in a specific world. What I have been thinking so far is something like:
If (stat <= 10) {Math.random(1-20) -5
else { if (....
Then it follows at 50 you just get Math.random(1-20), and at 100 Math.random(1-20) +5.
I love the GURPS universe and would be so happy to find ways to work it in and want to here any stories you have of using table top rules in your projects.
If (stat <= 10) {Math.random(1-20) -5
Then it follows at 50 you just get Math.random(1-20), and at 100 Math.random(1-20) +5.
I love the GURPS universe and would be so happy to find ways to work it in and want to here any stories you have of using table top rules in your projects.

