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 |
In response to Garthor
|
|
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. |
In response to Howey
|
|
Those are parentheses, not commas.
|
In response to Garthor
|
|
its not ripped ..... my games 88% nonrip but i happened to have been working on the 88% lol the admin verbs are rip though
|
In response to Choka
|
|
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? |
In response to Garthor
|
|
hehehe xD okay its not COMPLETELY rip xD
i dont lie >_> all tats ripped is admin verbs -_-' nto even all of em just like 10-13 of the 30-35 |
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.