Search found 3 matches

by Hiei-
Fri Jun 16, 2006 1:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Compilation Problem
Replies: 4
Views: 6592

...... But how am I supposed to notice the user he didn't use a valid command without that o_o ? (If I don't put it, it only answer to the four choices) IF action$ = "open left door" THEN GOTO 900 IF action$ = "open right door" THEN GOTO 40 IF action$ = "open door front of ...
by Hiei-
Thu Jun 15, 2006 6:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Compilation Problem
Replies: 4
Views: 6592

First of all, you get to this instruction because the user DID NOT answer any of the above, so this instruction is not needed at all. Secondly, if you did need it, it should contain AND between the options, not OR. Ok for the "AND" But how am I supposed to notice the user he didn't use a ...
by Hiei-
Tue Jun 13, 2006 9:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Compilation Problem
Replies: 4
Views: 6592

Compilation Problem

I tried to make a Text-Based RPG like written in one of the tutorials. The game is running well in QBASIC but don't want to be compiled, cuz of an error : Internal error near 5F15 0 Warning Error 1 Servere Error Here's the code : REM Test of a RPG in Text Mode CLS 'Introduction PRINT "Welcome i...