home *** CD-ROM | disk | FTP | other *** search
- ;SAYING.SAY
- ; format:
- ; a,b,c,d,e,saying
- ;
- ; a = saying type
- ; special saying types:
- ; 0=we are allies
- ; 1=we will trade
- ; 2=you are unknown
- ; 3=we will not trade
- ; 4=we are at war
- ; 5=this means war (declare war)
- ; anything else depends on pet file
- ;
- ; b,c = old,new diplomatic state flags (same meaning as in pet file)
- ; d = probability (x100) of picking this expression (NOT relative, text is processed until
- ; match is found)
- ; e = mood of response (THREAT=0,PEACE=1,FRIENDLY=2,TAUNT=3)
- ;
- ; note: saying should not be in quotes, but can be used in the text at will
- ; keywords that can be used in saying:
- ; <you>
- ; <me>
- ; <your_culture>
- ; <my_culture>
- ;
- 0,255,255,100,2,We are allies
- 1,255,255,100,2,The <my_culture>s will trade with the <your_culture>s
- 2,255,255,100,2,You are unknown to us
- 3,255,255,100,3,We will not trade with you
- 4,255,255,100,3,We are at war with you
- 5,255,255,100,0,This Means War!!!
-
-