Here are some misc. programs for a TI-83

that I use in my Rifts campaign



Dice Roll

This is good for generating stats for characters and monsters as well as damage rolls.
create a new program called DICEROLL
:0->A:0->B:0->C:0->E
:Disp "ENTER NUMBER"
:Disp "OF DICE"
:Prompt N
:Disp "ENTER TYPE"
:Disp "OF DICE"
:Prompt D
:Disp "ENTER TYPE"
:Disp "OF MODIFER"
:Disp "1=+"
:Disp "2=-"
:Disp "3=*"
:Disp "4=/"
:Disp "0=NONE"
:Prompt M
:Disp "ENTER MODIFER"
:Disp "0=NONE"
:Prompt P
:Repeat A>=N
:int(Drand)->C
:C+1->E
:B+E->B
:A+1->A
:End
:If M=1
:Then
:B+P->B
:Else
:End
:If M=2
:Then
:B-P->B
:Else
:End
:If M=3
:Then
:B*P->B
:Else
:End
:If M=4
:Then
:B/P->B
:Else
:End
:Disp "DICE ROLL=",B
:Disp "ROLL AGAIN?"
:Disp "1=YES"
:Prompt R
:If R=1
:Then
:prgmDICEROLL
:Else
:Disp "THANK YOU"
(NOTES: -> is the sto-> button, and >= is 2nd button + MATH button (Option 4 under TEST menu)

Percentile Rolls

This program is good for any Percentile based skill system
create a new program called DTEN
:0->H:0->R
:int(100rand)->H
:H+1->R
:Disp R
:Disp "ROLL AGAIN?"
:Disp "1=YES"
:Prompt A
:If A=1
:Then
:prgmDTEN
:Else
:Disp "THANK YOU"
(NOTES: -> is the sto-> button)

Home What is a CCG? CCG Links What Is A RPG? RPG Links Other Types Of Games Other Game Links Reverend Leo's Gaming Store Other Cool Links Personal Info

This Page Hosted By Get your own Free Home Page