Subversion-Projekte sthq.argas

Revision

Revision 16 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
//Generated by BehavEd
2
 
3
set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel kirk_swim" );
4
set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel kirk_swim" );
16 lars 5
set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "headmodel kirk_swim" );
8 lars 6
set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton add towel" );
7
 
8
affect ( "dress_kirk1", /*@AFFECT_TYPE*/ FLUSH )
9
{
10
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
11
}
12
 
13
 
14
affect ( "dress_kirk2", /*@AFFECT_TYPE*/ FLUSH )
15
{
16
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
17
}
18
 
19
 
20
affect ( "dress_kirk3", /*@AFFECT_TYPE*/ FLUSH )
21
{
22
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
23
}
24