Re: [Audyssey] bgt understanding problem

2012-04-24 Thread Christopher Bartlett
Error unexpected end of file is almost always a quoted string with
unbalanced quotes, so the compiler is looking for more code, since it thinks
everything is a string.

Menu creation is handled in the dynamic_menu object under the helper layer
in the documentation.  If you can give us more specifics, I can help you as
I've used this object fairly extensively.

Christopher Bartlett


-Original Message-
From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On
Behalf Of bpeterson2...@cableone.net
Sent: Sunday, April 22, 2012 7:32 PM
To: Gamers Discussion list
Subject: Re: [Audyssey] bgt understanding problem

Another excellent place is the BGT General forum on blastbay.com itself.



Are you threatening me? I am the great Cornholio! I come from Lake Titicaca!
-Original Message- 
From: Ryan Strunk
Sent: Saturday, April 21, 2012 10:29 PM
To: 'Gamers Discussion list'
Subject: Re: [Audyssey] bgt understanding problem

Brandon,
The tutorial really does do a fantastic job of starting you out. If that's
still confusing, though, perhaps you can ask specific questions here?
Ryan

-Original Message-
From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On
Behalf Of Brandon Peters
Sent: Saturday, April 21, 2012 10:11 AM
To: gamers@audyssey.org
Subject: [Audyssey] bgt understanding problem

Hi. I have a problem unstanding bgt or otherwise known as the blastbay
toolkit. I have been reading code from games by bgt, and reading the
tutorials, but I can't seem to understand it. Can someone help me understand
it from the very basics to the more advanced language?
--
Thanks,
Brandon
---
Gamers mailing list __ Gamers@audyssey.org If you want to leave the list,
send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] bgt understanding problem

2012-04-22 Thread Thomas Ward


Hi Brandon,

Sure. What specifically are you having difficulty with?


On 4/21/2012 11:10 AM, Brandon Peters wrote:

Hi. I have a problem unstanding bgt or otherwise known as the blastbay
toolkit. I have been reading code from games by bgt, and reading the
tutorials, but I can't seem to understand it. Can someone help me
understand it from the very basics to the more advanced language?



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] bgt understanding problem

2012-04-22 Thread Brandon Peters
Well here are a few things. First, I am not understanding how to
create a menu and have sapi read it out to me. Second, I'm trying to
make a script or comment with multiple commands but I always get a
compelation error. I hope that helps.

On 4/22/12, Thomas Ward thomasward1...@gmail.com wrote:

 Hi Brandon,

 Sure. What specifically are you having difficulty with?


 On 4/21/2012 11:10 AM, Brandon Peters wrote:
 Hi. I have a problem unstanding bgt or otherwise known as the blastbay
 toolkit. I have been reading code from games by bgt, and reading the
 tutorials, but I can't seem to understand it. Can someone help me
 understand it from the very basics to the more advanced language?


 ---
 Gamers mailing list __ Gamers@audyssey.org
 If you want to leave the list, send E-mail to
 gamers-unsubscr...@audyssey.org.
 You can make changes or update your subscription via the web, at
 http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
 All messages are archived and can be searched and read at
 http://www.mail-archive.com/gamers@audyssey.org.
 If you have any questions or concerns regarding the management of the list,
 please send E-mail to gamers-ow...@audyssey.org.



-- 
Thanks,
Brandon

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] bgt understanding problem

2012-04-22 Thread Ryan Strunk
Hey Brandon,
When working with code and the errors it can generate, specificity is king.
You have to let people know what doesn't work in pretty thorough detail in
order for them to be able to help you. Whereas doctors and mechanics can
take a look at the body of work and see what the problem is, we don't have
access to the code you have created in order to troubleshoot it.
With that in mind, let's look at your problems:
1. When you say you are having trouble putting together a menu, what part
are you having trouble with? Is BGT throwing any specific error when you
attempt to run your code, and if so, what is the error?
2. In creating a script with multiple commands, what is the text of the
error you are receiving? Giving out the error can help us solve the problem.
Good luck,
Ryan

-Original Message-
From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On
Behalf Of Brandon Peters
Sent: Sunday, April 22, 2012 6:38 AM
To: Gamers Discussion list
Subject: Re: [Audyssey] bgt understanding problem

Well here are a few things. First, I am not understanding how to create a
menu and have sapi read it out to me. Second, I'm trying to make a script or
comment with multiple commands but I always get a compelation error. I hope
that helps.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] bgt understanding problem

2012-04-22 Thread Brandon Peters
Hi Ryan. In answer  to your questions:
1. I am trying to create a simple menu with start game, test speakers,
and quit. As a result sapi text to speech is enabled, and reads what I
am meaning to put on the screen.
2. about creating a script with multiple commands, sometimes the error
varies with my mistakes. Like for example:
error: unexpected end of file, or error: expected, '{. Does that help?

On 4/22/12, Ryan Strunk ryan.str...@gmail.com wrote:
 Hey Brandon,
 When working with code and the errors it can generate, specificity is king.
 You have to let people know what doesn't work in pretty thorough detail in
 order for them to be able to help you. Whereas doctors and mechanics can
 take a look at the body of work and see what the problem is, we don't have
 access to the code you have created in order to troubleshoot it.
 With that in mind, let's look at your problems:
 1. When you say you are having trouble putting together a menu, what part
 are you having trouble with? Is BGT throwing any specific error when you
 attempt to run your code, and if so, what is the error?
 2. In creating a script with multiple commands, what is the text of the
 error you are receiving? Giving out the error can help us solve the problem.
 Good luck,
 Ryan

 -Original Message-
 From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On
 Behalf Of Brandon Peters
 Sent: Sunday, April 22, 2012 6:38 AM
 To: Gamers Discussion list
 Subject: Re: [Audyssey] bgt understanding problem

 Well here are a few things. First, I am not understanding how to create a
 menu and have sapi read it out to me. Second, I'm trying to make a script or
 comment with multiple commands but I always get a compelation error. I hope
 that helps.


 ---
 Gamers mailing list __ Gamers@audyssey.org
 If you want to leave the list, send E-mail to
 gamers-unsubscr...@audyssey.org.
 You can make changes or update your subscription via the web, at
 http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
 All messages are archived and can be searched and read at
 http://www.mail-archive.com/gamers@audyssey.org.
 If you have any questions or concerns regarding the management of the list,
 please send E-mail to gamers-ow...@audyssey.org.



-- 
Thanks,
Brandon

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] bgt understanding problem

2012-04-22 Thread bpeterson2000

Another excellent place is the BGT General forum on blastbay.com itself.



Are you threatening me? I am the great Cornholio! I come from Lake Titicaca!
-Original Message- 
From: Ryan Strunk

Sent: Saturday, April 21, 2012 10:29 PM
To: 'Gamers Discussion list'
Subject: Re: [Audyssey] bgt understanding problem

Brandon,
The tutorial really does do a fantastic job of starting you out. If that's
still confusing, though, perhaps you can ask specific questions here?
Ryan

-Original Message-
From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On
Behalf Of Brandon Peters
Sent: Saturday, April 21, 2012 10:11 AM
To: gamers@audyssey.org
Subject: [Audyssey] bgt understanding problem

Hi. I have a problem unstanding bgt or otherwise known as the blastbay
toolkit. I have been reading code from games by bgt, and reading the
tutorials, but I can't seem to understand it. Can someone help me understand
it from the very basics to the more advanced language?
--
Thanks,
Brandon
---
Gamers mailing list __ Gamers@audyssey.org If you want to leave the list,
send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] bgt understanding problem

2012-04-21 Thread Brandon Peters
Hi. I have a problem unstanding bgt or otherwise known as the blastbay
toolkit. I have been reading code from games by bgt, and reading the
tutorials, but I can't seem to understand it. Can someone help me
understand it from the very basics to the more advanced language?
-- 
Thanks,
Brandon
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] bgt understanding problem

2012-04-21 Thread Ryan Strunk
Brandon,
The tutorial really does do a fantastic job of starting you out. If that's
still confusing, though, perhaps you can ask specific questions here?
Ryan

-Original Message-
From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On
Behalf Of Brandon Peters
Sent: Saturday, April 21, 2012 10:11 AM
To: gamers@audyssey.org
Subject: [Audyssey] bgt understanding problem

Hi. I have a problem unstanding bgt or otherwise known as the blastbay
toolkit. I have been reading code from games by bgt, and reading the
tutorials, but I can't seem to understand it. Can someone help me understand
it from the very basics to the more advanced language?
--
Thanks,
Brandon
---
Gamers mailing list __ Gamers@audyssey.org If you want to leave the list,
send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.