abgt question

2014-06-24 Thread AudioGames . net Forum — Off-topic room : blindlord via Audiogames-reflector


abgt question

Hello all,Okay I have tried in vain to learn bgt like 5 defferent times and I cannot get past the first example.the example in question isvoid main(){alert("Hello", "I am a bgt script!");}And I know this is a stupid topic and the script itself does not look to hard.But I keep on getting an eror whenever  I run itany help with this would be greatURL: http://forum.audiogames.net/viewtopic.php?pid=178183#p178183

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: abgt question

2014-06-24 Thread AudioGames . net Forum — Off-topic room : tward via Audiogames-reflector


Re: abgt question

Blindlord, you have too many quotation marks in the alert function. Delete the quotation mark between the word Hello and the word I, and the script should run.URL: http://forum.audiogames.net/viewtopic.php?pid=178203#p178203

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: abgt question

2014-06-24 Thread AudioGames . net Forum — Off-topic room : blindlord via Audiogames-reflector


Re: abgt question

thanks for this going to try it outURL: http://forum.audiogames.net/viewtopic.php?pid=178210#p178210

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: abgt question

2014-06-26 Thread AudioGames . net Forum — Off-topic room : haqeirah via Audiogames-reflector


Re: abgt question

It's a while since I've used bgt, but I thought the alert function took two arguments, the title of the dialog window and the message in the dialog. So wouldn't the "hello" be the first argument and the "I am a bgt script" be the second? I'm probably just confused with something else, because otherwise I can't think of what would be wrong with the script...URL: http://forum.audiogames.net/viewtopic.php?pid=178404#p178404

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: abgt question

2014-06-26 Thread AudioGames . net Forum — Off-topic room : kyle12 via Audiogames-reflector


Re: abgt question

Hi,@tward: That's pythonitus. there are, in fact, the correct amount of quotes.@blindlord: Could you tell me the exact error you're getting?URL: http://forum.audiogames.net/viewtopic.php?pid=178422#p178422

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: abgt question

2014-06-27 Thread AudioGames . net Forum — Off-topic room : blindlord via Audiogames-reflector


Re: abgt question

Line: alert)"Hello I am a BGT script!")Error: Expected one of: get, set, }Line: alert)"Hello I am a BGT script!")Error: Instead found 'alert'note file paths have been taken out for security reasonsURL: http://forum.audiogames.net/viewtopic.php?pid=178563#p178563

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector