ID:282682
 
(See the best response by Popisfizzy.)
Code:
turf/flag
density=0
layer=2
Flag
icon='testme.dmi'
Enter()


Problem description: Well No matter what i put the flag is solid and no one can walk threw it can someone help me. ( i would put rest of code but someone watchs my key and try to take my coding and put it into their game)

I hardly doubt anyone would want to steal that ...

turf/flag
density=0
layer=2
Entered() //or bumb. I guess you haven't really told us what you want ..
icon='testme.dmi'
Enter()
Best response
Because, regardless of the density, if Enter() returns a false value nothing will enter it. Furthermore, by default a proc will return null if you don't have an explicit value returned. Because null is false, the way you defined Enter() means nothing will enter the turf.
In response to A.T.H.K
A.T.H.K wrote:
I hardly doubt anyone would want to steal that ...

>
> turf/flag
> density=0
> layer=2
> Entered() //or bumb. I guess you haven't really told us what you want ..
> icon='testme.dmi'
> Enter()
>


This is just so wrong. I'm disappointed in you, as you have been around long enough that you should've been able to diagnose this basic problem.
In response to Popisfizzy
Popisfizzy wrote:
This is just so wrong. I'm disappointed in you, as you have been around long enough that you should've been able to diagnose this basic problem.

Sorry sir :( I have lost my mind what was I thinking ! :(
In response to Popisfizzy
Thanks Popisfizzy i understand it now , i sent u a Req on msn can we talk for a few ?