ID:2290459
 
Is there a way to define an area/ on a specific Z level.

I can't change constants, tried various ways.
I'm not sure if it's possible

I think the area is very client side and therefore very light

With these two tests I did not succeed
area/Teste
New()
spawn()
var/mob/M
while(!M)for(var/mob/Player/N)
M=N
src.z=input(M,"Change")as num
sleep(1)
..()

area/Teste
New()
spawn()
var/mob/M
while(1)for(var/mob/Player/N)
M=N
loc=M.loc
sleep(1)
..()

loading !n.dme
loading !SkinBRG.dmf
Naruto.dm:444:error: src.z: cannot change constant value
!n.dmb - 1 error, 0 warnings (9/13/17 12:56 am)

Maybe using two or more maps