Subversion-Projekte sthq.argas

Revision

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

Revision Autor Zeilennr. Zeile
16 lars 1
//Generated by BehavEd
2
 
3
 
25 lars 4
affect ( "turbo_kirk", /*@AFFECT_TYPE*/ FLUSH )
21 lars 5
{
25 lars 6
	set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "towel" );
27 lars 7
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
21 lars 8
}
9
 
10
 
27 lars 11
affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
12
{
13
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
14
}
15
 
16
 
25 lars 17
if ( $get( FLOAT, "SET_OBJECTIVECSATLOS")=1.000000$ )
18
{
19
 
20
	affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
21
	{
22
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
23
	}
24
 
25
 
26
	affect ( "kirktrans", /*@AFFECT_TYPE*/ FLUSH )
27
	{
28
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
29
	}
30
 
31
 
32
	affect ( "kirktwiddle", /*@AFFECT_TYPE*/ FLUSH )
33
	{
34
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
35
	}
36
 
37
}
38
 
39
 
21 lars 40
if ( $get( FLOAT, "SET_OBJECTIVEFOSTER")=1.000000$ )
41
{
42
 
35 lars 43
	affect ( "MUNRO", /*@AFFECT_TYPE*/ INSERT )
44
	{
45
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
46
	}
47
 
48
 
21 lars 49
	affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
50
	{
51
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
52
	}
53
 
54
 
55
	affect ( "kirktrans", /*@AFFECT_TYPE*/ INSERT )
56
	{
57
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
58
	}
59
 
25 lars 60
 
61
	affect ( "kirktwiddle", /*@AFFECT_TYPE*/ INSERT )
62
	{
63
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
64
	}
65
 
21 lars 66
}
67
 
68
 
69
if ( $get( FLOAT, "SET_OBJECTIVEISODESIUM2")=1.000000$ )
70
{
71
 
35 lars 72
	affect ( "MUNRO", /*@AFFECT_TYPE*/ INSERT )
73
	{
74
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
75
	}
76
 
77
 
21 lars 78
	affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
79
	{
80
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
81
	}
82
 
83
 
84
	affect ( "kirktrans", /*@AFFECT_TYPE*/ INSERT )
85
	{
86
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
87
	}
88
 
25 lars 89
 
90
	affect ( "kirktwiddle", /*@AFFECT_TYPE*/ INSERT )
91
	{
92
		set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
93
	}
94
 
21 lars 95
}
96
 
97
 
25 lars 98
if ( $get( FLOAT, "SET_OBJECTIVEODELL")=1.000000$ )
21 lars 99
{
35 lars 100
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "headmodel kirk" );
25 lars 101
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel hazard" );
102
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel hazard" );
103
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton remove towel" );
104
}
21 lars 105
 
106
 
25 lars 107
else (  )
108
{
35 lars 109
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "headmodel kirk_swim" );
25 lars 110
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel kirk_swim" );
111
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel kirk_swim" );
112
	set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton add towel" );
113
}
21 lars 114
 
115
 
25 lars 116
affect ( "kirktrans", /*@AFFECT_TYPE*/ FLUSH )
117
{
118
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
21 lars 119
}
120
 
121
 
25 lars 122
affect ( "kirktwiddle", /*@AFFECT_TYPE*/ FLUSH )
16 lars 123
{
124
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
125
}
126
 
25 lars 127
 
128
affect ( "kirktwiddle_swim", /*@AFFECT_TYPE*/ FLUSH )
129
{
130
	set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
131
}
132
 
35 lars 133
 
134
if ( $get( FLOAT, "SET_OBJECTIVE_COLLECTEDACTIONFIGURES")=1.000000$ )
135
{
136
	remove ( "cordrazine" );
137
}
138
 
25 lars 139
rem ( "Fosterlives=tricorder" );
140
rem ( "odelllives=unifrom" );
141
rem ( "csatloslives=phaser" );
142
rem ( "Isodesium1=coordinates" );
143
rem ( "isodesium2=communicator" );
144
rem ( "isodesium3=shuttle" );
35 lars 145
rem ( "collectedactionfigures=cordrazine" );
146
rem ( "securitycode=seen drained phaser on deck 7" );