ID:1374827
 
BYOND Version:499
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 29.0.1547.66
Applies to:DM Language
Status: Verified

A member of our crack team of bug testers has verified that this issue is reproducible, and has handed it off to the development team for investigation.
Descriptive Problem Summary:
I'm not sure if the . path operator used to work differently, but the documentation example doesn't seem to work the way it looks like it should. See thread here.

Numbered Steps to Reproduce Problem:
Copy and paste the code from the .path reference entry into a new project. Compile, run, attempt to move, receive error.

Code Snippet (if applicable) to Reproduce Problem:


Expected Results:

Actual Results:

Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?

When does the problem NOT occur?

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Tested in 354 and the same thing happens, so if the sample code ever worked as is, it was a long time ago.

Workarounds:

locate() the area which seems to create a new area from the .path variable.
The same goes for the : path operator, as per this issue from about a year ago.
Huh, you're right. The documentation is completely wrong for both those operators.
Nadrew tried to document/write a tutorial on it before, he seems to have missed the part where he talks about the : operator, though...
Stephen001 changed status to 'Verified'