From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15503 invoked by alias); 26 Sep 2004 18:23:11 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 15491 invoked from network); 26 Sep 2004 18:23:11 -0000 Received: from unknown (HELO sccrmhc11.comcast.net) (204.127.202.55) by sourceware.org with SMTP; 26 Sep 2004 18:23:11 -0000 Received: from [192.168.181.128] (c-67-172-156-222.client.comcast.net[67.172.156.222]) by comcast.net (sccrmhc11) with ESMTP id <20040926182310011007ahgae>; Sun, 26 Sep 2004 18:23:10 +0000 Message-ID: <4157090B.10107@phy.cmich.edu> Date: Sun, 26 Sep 2004 19:01:00 -0000 From: Eric McDonald User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Elijah Meeks CC: Lincoln Peters , Xconq list Subject: Re: Morale and opinions References: <20040914011617.3398.qmail@web13126.mail.yahoo.com> In-Reply-To: <20040914011617.3398.qmail@web13126.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg01256.txt.bz2 Elijah Meeks wrote: > I attempted to use the 'has-opinions' unit attribute > but GDL didn't recognize it. It appears to be 'opinions' and not 'has-opinions'. From looking at the code, I would say that its format is: (opinions ((side1 val1) (side2 val2) #| etc, etc... |#)) where 'side1', 'side2', and so on can either be a side number or a side symbol (such as "fed", without the double-quotes), and where 'val1', 'val2', etc... are numbers reflecting the degree of the opinion. Alternatively, you can simply specify that an unit has opinions about a side, but in no particular quantity: (opinions (side1 side2 #| etc... |#)) where 'side1', 'side2', and so on must be side symbols, and not numbers. Or, you can specify: (opinions (val1 val2 #| etc... |#)) where 'val1' is the unit's opinion of the first side, 'val2' is the unit's opinion of the second side, etc.... These are numbers. Eric