Quote:
Originally Posted by Radium
if no_life = true
{
chapters/day = 2;
}
|
no, no, no. The if statement goes like this:
if life = 0
that way the computer isn't confused.
Oh yeah, and great chapter!
{
if chapter_quality = excellent
{
rating = 5
}
if chapter_quality = great
{
rating = 4
}
if chapter_quality = good
{
rating = 3
}
if chapter_quality = poor
{
rating = 2
}
if chapter_quality = abysmal
{
rating = 1
}
}
if I ran this program through any of these chapters, rating would equal 5.
__________________
<a href="http://www.gmtalents.com"><img src="http://dragynflash.pyxnet.com/turquoisestar/images/affiliate_button.png" border="0" /></a>
<img src="http://snuffs.phpnet.us/Confucious.php" />
|