ID:161954
 
I have an "item", shall we say, That you DblClick() to activate, then your client.eye changes to another object, and i want to be able to DblClick() the turf around that object to continue with the rest of the code. But i cant because of a "Proc within a Proc" error. Im just curious to if theres a work around, or any other possible way to avoid this.

(sorry for being pretty vague)


This error is often caused by improper indentation.
In response to Popisfizzy
Ships.dm:156:error: proc definition not allowed inside another proc


Ok sorted that silly mistake, but now i have the error above, and it points to this line


usr.Move(src)

any ideas?
In response to Gamer1
Try un-indenting the line one tab, and if that doesn't work re-indent it and un-indent the line after it. I'm guessing all of these problems are indentation errors on your part.

Hiead