Jade Bard
Registered User
Join date: 7 Jul 2004
Posts: 106
|
07-24-2004 15:27
llWhisper(0, "Max Bet Has Been Set To $" + (string)MAX_BET);
For some reason. It's throw a syntax error on s of (string). MAX_BET = integer. The line above it has ;. There is no open " to screw it up. I don't have a CLUE on what it's bugging out on. I could really use some help on this. Any ideas?
|
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
|
07-24-2004 15:51
That line will work as-is. You'll have to post more code than that if you want us to be able to offer more advice.
|
Jay Fairplay
Junior Member
Join date: 10 Jul 2004
Posts: 9
|
07-24-2004 22:20
From: someone Originally posted by Catherine Omega That line will work as-is. You'll have to post more code than that if you want us to be able to offer more advice. Being what I am, I had to see for myself. I set an integer MAX_BET, and copied and pasted the line in question to a touch action of a box. Sho' nuff! Werked like a charm. Cheers. - Jay Fairplay
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
07-25-2004 13:18
it might be an issue of too many if's & else if's. LSL has a limit to how complex code can be. If you exceed the complexity limit the compiler will throw randomly placed syntax errors.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|