ID:268908
 
=/
It just takes you to loc 0,0,0.
I'm using it like so
M.loc = locate(M.x,M.y,M.z--)

How would I go about making it work?
Heh...well, thanks for reading.
How about
M.Z-1
? Would that work maybe.
In response to N1ghtW1ng
Now it just does nothing. =/
Hell Ramen wrote:
=/
It just takes you to loc 0,0,0.
I'm using it like so
M.loc = locate(M.x,M.y,M.z--)

How would I go about making it work?
Heh...well, thanks for reading.

Well, it's just a guess mind you, but reading previous answers to the same question would probably help.

Lummox JR
In response to Lummox JR
As I said before, it does nothing whatsoever. =/
In response to Lummox JR
Isn't that basically what I said? To use M.z-1?
In response to N1ghtW1ng
N1ghtW1ng wrote:
Isn't that basically what I said? To use M.z-1?

Yes.
In response to Hell Ramen
Hell Ramen wrote:
As I said before, it does nothing whatsoever. =/

M.loc=locate(M.x,M.y,M.z-1) will definitely take you to the previous z level. For nothing whatsoever to happen, the code couldn't actually be using that line, or M.loc would already be null.

Lummox JR