ID:179071
 
ok now my head hurts.

ive got a bad argument error in my .dme file when I tried to compile. now I could figure out what a bad indentation
was and easily correct it but I have no ideah what a bad argument error is or why its in my .dme file please help

// DM Environment file for tutor.dme.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.

// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
// END_FILE_DIR

// BEGIN_PREFERENCES
// END_PREFERENCES

// BEGIN_INCLUDE
#include "tutor.dm"
#include "world.dmp"
// END_INCLUDE

it says it was on line 18 if that helps. thank you
That means there's a error at the end of one of your .dm files.
In response to Nadrew
mob
login ()
usr.icon_state = input("what gender?") in list("male","female")
usr.move(locate(1,1,1,))

ok this is whats at the end of my only .dm file.
the ("male","female") is up one line at the end. if you can see an error please let me know.
thank you for all your help
In response to Treasurecat
Treasurecat wrote:
mob
login ()
usr.icon_state = input("what gender?") in list("male","female")
usr.move(locate(1,1,1,))

ok this is whats at the end of my only .dm file.
the ("male","female") is up one line at the end. if you can see an error please let me know.
thank you for all your help



I think it's supposed to be Login() not login()
In response to Nadrew
no unfortunatly that did not do the trick