Subversion-Projekte sthq.argas

Revision

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

Revision Autor Zeilennr. Zeile
9 lars 1
//Generated by BehavEd
2
 
3
rem ( "comment" );
4
 
27 lars 5
affect ( "turbo_kirk", /*@AFFECT_TYPE*/ FLUSH )
9 lars 6
{
27 lars 7
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "towel" );
9 lars 8
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
9
}
10
 
11
 
27 lars 12
affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
9 lars 13
{
14
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
15
}
16
 
17
 
27 lars 18
affect ( "helmkirk", /*@AFFECT_TYPE*/ FLUSH )
9 lars 19
{
20
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
21
}
22
 
23
 
27 lars 24
affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
9 lars 25
{
26
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
27
}
28
 
29
 
30
affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
31
{
32
	set ( /*@SET_TYPES*/ "SET_WIDTH", 5 );
33
}
34
 
35
rem ( "Fosterlives=tricorder" );
36
rem ( "odelllives=unifrom" );
37
rem ( "csatloslives=phaser" );
38
rem ( "Isodesium1=coordinates" );
39
rem ( "isodesium2=communicator" );
40
 
41
if ( $get( FLOAT, "SET_OBJECTIVEODELL")=1.000000$ )
42
{
43
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel hazard" );
44
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel hazard" );
45
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton remove towel" );
46
}
47
 
48
 
49
else (  )
50
{
51
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel kirk_swim" );
52
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel kirk_swim" );
16 lars 53
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "headmodel kirk_swim" );
9 lars 54
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton add towel" );
55
 
56
	affect ( "wetclothes", /*@AFFECT_TYPE*/ INSERT )
57
	{
58
		set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
59
	}
60
 
61
}
62
 
63
 
64
if ( $get( FLOAT, "SET_OBJECTIVEFOSTER")=1.000000$ )
65
{
66
 
67
	affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
68
	{
69
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
70
	}
71
 
27 lars 72
 
73
	affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
74
	{
75
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
76
	}
77
 
9 lars 78
}
79
 
80
 
81
if ( $get( FLOAT, "SET_OBJECTIVEISODESIUM2")=1.000000$ )
82
{
83
 
84
	affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
85
	{
86
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
87
	}
88
 
27 lars 89
 
90
	affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
91
	{
92
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
93
	}
94
 
9 lars 95
}
96
 
21 lars 97
 
98
if ( $get( FLOAT, "SET_OBJECTIVECSATLOS")=1.000000$ )
99
{
100
 
101
	affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
102
	{
103
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
104
	}
105
 
27 lars 106
 
107
	affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
108
	{
109
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
110
	}
111
 
21 lars 112
}
113