ID:1409953
 
(See the best response by Makeii.)
So I was coding some turfs and everything was going great... Until all of a sudden this error pops up:
"Login.dm:105:error: turf: expected end of statement" (Pic:http://www.sendspace.com/file/c2mlaf)
No matter what I did the same error would come back, when I moved the turf/Soifon, it would just automatically jump to the next 'turf' text in line (Pic: http://www.sendspace.com/file/2cw77a)

Help please?
There are several things that can cause the runtime error you've posted (if I'm thinking correctly). Since you were scripting turfs, odds are on one of the icon_states your forgot to apply a second quote.

Example:
turf
wall
icon='walls.dmi'
icon_state="wall_1


If you could copy and paste the part of your script which you are having trouble that would help to pin-point the issue.
Best response
"turf/Izuru Kira" has a space in the object name. objects can't have spaces.
Identifiers cannot contain symbols/spaces, reserve words, or start with a number.