MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Create problem



>> LambdaMoo server  1.7.8p4 and the oct db.  Downloaded, but  @create 
>> $thing called "bob" is not given the same bits as $thing.. why? 
>
>Bits are -never- inherited.  Property values are, via clear properties,
>but bits never are.
>
>> It says in the prog manual that it should.. 
>
>Actually, the Programmer's Manual says specifically what newly-created
>objects' bits will be set to (see the documentation on create() in the
>section "Fundamental Operations" in the section "Manipulating Objects").
>None of the bits are inherited.
>
>> I presume there is a patch since other MOOs already established work fine..
>
>Lord, I hope not.  Children of wizard objects shouldn't be wizardly
>(necessarily) and children of fertile objects shouldn't automatically be
>fertile.
>
>Seth / Blackbriar
>
>--
>----------------------------------------------------------------------
>Seth I. Rich
>Woo, woo!  OpalMOO's back!       There is nothing more precious than
>Rabbits on walls, no problem.    a tear of true repentance.
>
>

Point taken, my mistake so here it is rephrased.

The prog manual states that when you create an object its flags are set to 
that of its parent.. on a MOO I'm working on it does not.
For example,
Flags of #1:  r f
@create #1 called test  => #100
Flags of #100:  <blank, zip>

why? I ain't seen anything explaining this, judging by the earlier response 
it is probably a seting somewhere.. so any help would be appriciated.

-Chris.




Home | Subject Index | Thread Index