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
ID:305683
Feb 14 2012, 8:41 am
|
|
Could anyone help me i dont really know how to explain but im think about this
|
Feb 14 2012, 8:42 am
|
|
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.)
|