Revision 898,
619 bytes
checked in by dave, 10 years ago
(diff) |
started fatima code and remote companion sprite update
|
Line | |
---|
1 | <DomainActions>
|
---|
2 | <Action name="poke([target])">
|
---|
3 | <PreConditions>
|
---|
4 | <Property name="[AGENT](pose)" operator="=" value="standing"/>
|
---|
5 | </PreConditions>
|
---|
6 | <Effects>
|
---|
7 | <Effect probability="0.8">
|
---|
8 | <Property name="[target](annoyed)" operator="=" value="True"/>
|
---|
9 | </Effect>
|
---|
10 | </Effects>
|
---|
11 | </Action>
|
---|
12 |
|
---|
13 | <Action name="sing([target])">
|
---|
14 | <PreConditions>
|
---|
15 | <Property name="[AGENT](pose)" operator="=" value="standing"/>
|
---|
16 | </PreConditions>
|
---|
17 | <Effects>
|
---|
18 | <Effect probability="0.8">
|
---|
19 | <Property name="[target](annoyed)" operator="=" value="True"/>
|
---|
20 | </Effect>
|
---|
21 | </Effects>
|
---|
22 | </Action>
|
---|
23 | </DomainActions>
|
---|
Note: See
TracBrowser
for help on using the repository browser.