I'd need to see the specific line of code to tell you for sure what's wrong, but my immediate guesses are the following: *check your parenthesis *did you use a semicolon? *Did you give it the number and type of parameters it wanted? For example, the add_item requires two strings, if you only gave it one you'll get an error. *Check the line above the one the compiler specified as well. A lot of times you'll see nothing wrong with the line that's displaying the error, and find out that its actually the previous line that's giving you problems.
-------------------------------------------------- From: "Katie Epperson" <[email protected]> Sent: Sunday, August 30, 2015 12:54 To: "Gamers Discussion list" <[email protected]> Subject: Re: [Audyssey] Dynamic menu is being a pest It's giving me a compilation error > On Aug 30, 2015, at 8:58 AM, john <[email protected]> wrote: > > Can you give us a little more data, maybe a line of code to take a look > at? > When you say you can't get it to work, do you mean it won't compile at > all, > or is it just being buggy? > > -------------------------------------------------- > From: "Katie Epperson" <[email protected]> > Sent: Saturday, August 29, 2015 22:11 > To: "Gamers Discussion list" <[email protected]> > Subject: [Audyssey] Dynamic menu is being a pest > > > > Calling all BGT experts, I have a crisis on hand. I'm trying to add menu > items using dynamic menu and I can't seem to get it to work > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to > [email protected]. > You can make changes or update your subscription via the web, at > http://audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[email protected]. > If you have any questions or concerns regarding the management of the > list, > please send E-mail to [email protected]. > > > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to > [email protected]. > You can make changes or update your subscription via the web, at > http://audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[email protected]. > If you have any questions or concerns regarding the management of the > list, > please send E-mail to [email protected]. --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected]. --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
