View Single Post
Old 03-10-2018, 10:48 AM   #3
Chris Goodwin
 
Join Date: Aug 2004
Location: Hillsboro, Oregon, USA
Default Re: Any Melee/Wizard computer games?

Why not...

Code:
100 M = 0
110 FOR N = 1 TO 3
120 M = M + INT(RND*6)+1
130 NEXT N
140 PRINT "You rolled ";M
__________________
Chris Goodwin

I've started a subreddit for discussion of INWO and Illuminati. Check it out!
Chris Goodwin is offline   Reply With Quote