[Audyssey] the codeing.

2010-03-24 Thread Muhammed Deniz
Here is the code. void main{ Show game window city attack; String=City attack; String= name Muhammed Deniz; Int=age 11; { gun.wav, punch4.wav{ Contact info. email: muhamme...@googlemail.com msn: muhammed123...@hotmail.co.uk Skype: muhammed.deniz Klango username. muhammed --- Gamers mailing list

Re: [Audyssey] the codeing.

2010-03-24 Thread Andy
Functions like that should be all one word. Show_game_window. In addition there are no parenthesis around your function call. There should be. So for instance: Show_game_window(City Attack); String variable values need quotes around them. Muhammed, it sounds as if you don't have punctuation