Just started scripting a small game. In a large chunck of contitions the message board tells me it's an error.
GlobalScript.asc(181): Error (line 181): expected '('
I've tried to go through my script looking for a missing (, but i can't find one. And certainly not on line 181 wich looks like this:
if else (player.ActiveInventory==iLysstring)
How can i sole this? What shall i be looking for in the script?
Thanks on beforehand.
"if else" doesn't exist, did you mean "else if"?
Yeah, the script is looking for a bracket after the "if"...
Yeah, that's what i meant. It seemed to do the trick too. Thanx alot!