> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:coffeehouse-
> [EMAIL PROTECTED] Im Auftrag von Bernhard Spuida
> Gesendet: Freitag, 16. Dezember 2005 10:40
> An: [email protected]
> Betreff: Re: AW: AW: AW: [Coffeehouse] Kampf gegen Dummheit
> 
> Moin!
> 
> > > >Freundin fr = Freundin.GetCurrent();
> > > >// fr.HairColor = Haarfarbe.Bruenett;
> > > >fr.hairColor = Haarfarbe.Blond;
> > > >fr.Execute()
> > > >
> > > >
> > > Meinst du
> > > fr.hairColor = Haarfarbe.GetMatchingHaarfarbe(fr.IQ);
> > > ?
> > Würds eher so lösen.
> >
> > fr.hairColor = Harrfarbe.Any;
> > fr.motivation = motivation.Willig;
> 
> Das gehört noch ergänzt:
> 
> fr.hairColor = Harrfarbe.Any;
> fr.motivation = motivation.Willig;
> 
> if (fr.aussehen=="schiach") {
>    hh.alkspiegel =hh.alkspiegel + 3;
>    }
> 
Meintest Du nicht so:

While (fr.aussehen=="schiach") {
    hh.alkspiegel =hh.alkspiegel + 3;
    }

Nein das mit schiach war ja noch nie das Problem.
Dann eher so:

if (hh.alkspiegel == "hoch") {
    fr.aussehen="egal";
        hh.alkspiegel + 1;
    }
Else {
        fr.aussehen="relevant"
    }

If (fr.aussehen || "relevant") {
        fr.command = "nimm Bernd"
    }

Mit freundlichen Grüßen

HH


_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an