Re: [stella] I need Help ON QBASIC

Subject: Re: [stella] I need Help ON QBASIC
From: braves4515@xxxxxxx
Date: Sun, 21 Oct 2001 21:28:05 EDT
In a message dated 10/21/01 6:16:08 PM Pacific Daylight Time, mer02@xxxxxxxxxxxxx writes:


IF {player_took_a_step} then
   R=R+1    'one more step
   E=E+1    'adds one to score
   IF {stepped_through_warp} then
       E=E+15    '15 more to score
   END IF
QBASIC says that {player_took_a_step}is an error  THEN is missing an _expression_ .

maybe you if you look the program over you can see maybe where i entered somethign in wrong cause when i do E=E+15
i start off 15pts more than i want to and when i warp i never add 15 and my warp total is still 0.

Current Thread