ID:103323
 
Not a bug
BYOND Version:479
Operating System:Windows XP Home
Web Browser:Chrome 6.0.472.63
Applies to:Dream Maker
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
When ever I put in a code that involves Login() such as:
mob
Login()
world << "Hello, world!"
the map never generates when I run the map on Dream Seeker.

Numbered Steps to Reproduce Problem:
1. Make a code file on Dream Maker.
2. Put in code that involves Login()such as the one above.
3. Make a map file.
4. Put tiles on the map.
5. Compile and run.
Code Snippet (if applicable) to Reproduce Problem:
mob
Login()
world << "Hello, world!"


Expected Results:
The map will not load.

Actual Results:
The map does not load and is not visible.
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?
When codes using Login() are not in the coding.

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.)

Workarounds:

This is a well-known newbie programming issue. Please refer all code problems to the developer forums and only report a bug after it can be well established that the behavior you are seeing is truly a problem with the software itself.

http://www.byond.com/developer/forum
Ok,thanks.