#define D #define
D IC icon
D ICS icon_state
D T turf
obj/house{IC='blah.dmi';Entered(atom/M){if(ismob(M)){M.loc=locate(1,1,1)}}}
I get a few errors:
loading TestDefine.dme TestDefine.dm:14:error:.loc:undefined type path TestDefine.dm:14:mob :warning: unused label TestDefine.dmb - 1 error, 1 warning (double-click on an error to jump to it)
Basically, when they Enter the house...they move to a different loc. If your wondering why I put it on one line I am testing out the define stuff. Since all of the source, is on one line...it could be a lot of things that cause the problem, but when I take out the whole entered() thing and put click and then change M to usr it works fine.