frustrating bgt error

hello, I have just gotten into the Business of coding, and have the language tutorial and everything else I Need open as i write this message. Problem is, I have al lready written a bit of code working on a black jack game. however, the game keeps throwing up a compulation error at line 9 character 6. the line of code there is just as the Manual explains it should be, yet I Keep getting the error. I have paisted the code in for reviewing below.
void main()
{
alert("wellcome to.", "cm black jack, version 1.0");
}
string cards="card1, card2";
int card1=random(1, 10);
int card2=random(1, 10);
string message_string="Your two starting cards are " + card1 + " and " + card2 + ". hit okay to continue.";
alert("Your cards", message_string);

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : gamedude via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : balliol via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : gamedude via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Hayden via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : connor142 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector

Reply via email to