ID:305683
 
Could anyone help me i dont really know how to explain but im think about this
Turf/Circle
density=0
layer=2
for(var/mob/PC/M in world)
If(M in oview(6))
M.entered=1
spawn(300)
M.circle=1
M.entered=0
if(M.circle==1&&src.entered==1)//trying to set it as if say i have circle then you cannot get circle also
src.circle=0
Sorry for tabbing i coded this from my fone so when i get home i cant fix it up
What exactly are you wanting to do? I can't really discern what you're trying to do from the example (which doesn't even follow any sort of valid syntax in the first place.)
Well basically theres a corcle and i only want one person to be able to capture itnat once and they have to be within 6 spaces of the cricle to get it .