Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
//Generated by BehavEd
2
 
3
rem ( "comment" );
4
use ( "pendoor" );
5
 
6
affect ( "predator1", /*@AFFECT_TYPE*/ FLUSH )
7
{
8
	set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_HUNT_AND_KILL" );
9
	set ( /*@SET_TYPES*/ "SET_ENEMY", "munro" );
10
}
11
 
12
 
13
affect ( "predator2", /*@AFFECT_TYPE*/ FLUSH )
14
{
15
	set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_HUNT_AND_KILL" );
16
	set ( /*@SET_TYPES*/ "SET_ENEMY", "munro" );
17
}
18