turf |
Problem description:
i dont know what to do.
there seems to be no unwanted spaces and such. please help. it highlights line the with turf in it.
Code:
Problem description: i dont know what to do. there seems to be no unwanted spaces and such. please help. it highlights line the with turf in it. | ||
#1 Aug 21 2012, 3:52 pm
|
|
You have a lot of lines indented once too far in the bottom part of your code, after all the turf definitions.
| |
#2 Aug 21 2012, 4:22 pm
|
|
ill try what you said. but ive been able to run for weeks with no problen even with the indents. and it highlight the first lin. ill try it.
| |
#3 Aug 21 2012, 4:22 pm
|
|
it didnt work :(
| |
#4 Aug 21 2012, 4:24 pm
|
||
this is the rest of my code.
| ||
#5 Aug 21 2012, 4:25 pm
|
|
nvm i fixed it. but thanks. :)
| |
#6 Aug 21 2012, 4:26 pm
|
|
some how, my other code got spliced.
| |
#7 Aug 21 2012, 4:28 pm
|
||
sorry for the split posts, but now i got another end statement need.
thelegend.dm:546:error: obj: expected end of statement | ||
#8 Aug 21 2012, 4:31 pm
|
|
There should be a line above the line with obj that has an unfinished assignment - that is, you probably have value = . You don't have anything on the right side of the equals sign. Look for anything unfinished.
| |
#9 Aug 21 2012, 4:35 pm
|
|
yep. my code got seriously spliced. i dont know how though.
| |
#10 Aug 21 2012, 4:42 pm
|
||
heres what is above it.
| ||
Look higher. It isn't very hard to find something incomplete. Look for something with an equals sign next to it but nothing after the sign. Look for anything (Except parenthesis, that's a different error) that would tell the compiler that you didn't finish what you were doing.
| |
#12 Aug 22 2012, 7:19 am
|
|
i found out what was supposed to be above if(!mob) return ..(). thanks for the tips.
| |