ID:142875
![]() Feb 12 2008, 4:00 pm
|
|
Problem description: like it says invalid expression i double click it and it sends me to a code file that has nothing to do with the error and now i cant find the error and theres thousands of lines in coding to look through.... |
And that is what happens when you rip code. Delete what you have and start with a good tutorial.
http://www.byond.com/?page=StartCreating |
Is it a switch(input( Command? If it is you probably have done it like this:
switch(input("Bla Do Blu Bla?","Bla")in list("Bla","blu","Ble") Remember to have two right-commas at the end like so: switch(input("Bla Do Blu Bla?","Bla")in list("Bla","blu","Ble"))// <---- See? I it isn't a switch(input command, then try posting the code where the problem accurs. |
its not ripped ..... my games 88% nonrip but i happened to have been working on the 88% lol the admin verbs are rip though
|
Choka wrote:
its not ripped ..... my games 88% nonrip but i happened to have been working on the 88% lol the admin verbs are rip though Why must you lie to me? |
This could be caused by having an if statement, but then you forget to code in the consequences of it, and proceed to write a new proc after it.