|
@@ -67,7 +67,8 @@ if $ARGS[0] = 'see_trials':
|
|
|
'You look through the long list of various available clinical trials and the following stick out:'
|
|
|
*nl
|
|
|
*nl
|
|
|
- *pl '<center><table align="center" width=80%>'
|
|
|
+ *p '<center><table align="center" width=80%>'
|
|
|
+
|
|
|
cetl_i = 0
|
|
|
:loop_start
|
|
|
$temp_bgcolor = func('themes', 'alt_color', $temp_bgcolor)
|
|
@@ -75,15 +76,15 @@ if $ARGS[0] = 'see_trials':
|
|
|
if trial_maxs[cetl_i] = -1 or experimentQW['times_participated_<<cetl_i>>'] < trial_maxs[cetl_i]:
|
|
|
$temp_text += '<tr><td bgcolor="<<$temp_bgcolor>>" align="center"><a href="exec: gt ''city_experimental_trials_list'', ''<<$trial_sections[cetl_i]>>''"><<$trial_names[cetl_i]>></a>'
|
|
|
else
|
|
|
- $temp_text += '<tr><td bgcolor="<<$temp_bgcolor>>" align="center"><font color="black"><<$trial_names[cetl_i]>></font>'
|
|
|
+ $temp_text += '<tr><td bgcolor="<<$temp_bgcolor>>" align="center"><font color="<<$fcolor>>"><<$trial_names[cetl_i]>></font>'
|
|
|
end
|
|
|
- $temp_text += '</td> <td bgcolor="<<$temp_bgcolor>>" align="right"><font color="black">₽<<trial_pays[cetl_i]>></font></td></tr>'
|
|
|
+ $temp_text += '</td> <td bgcolor="<<$temp_bgcolor>>" align="right"><font color="<<$fcolor>>">₽<<trial_pays[cetl_i]>></font></td></tr>'
|
|
|
|
|
|
- *pl '<<$temp_text>>'
|
|
|
+ *p '<<$temp_text>>'
|
|
|
|
|
|
cetl_i += 1
|
|
|
if cetl_i < arrsize('$trial_names'): jump 'loop_start'
|
|
|
- *pl '</table></center>'
|
|
|
+ *p '</table></center>'
|
|
|
|
|
|
killvar '$temp_bgcolor'
|
|
|
killvar 'loop_start'
|
|
@@ -282,11 +283,11 @@ elseif $ARGS[0] = $trial_sections[1]:
|
|
|
|
|
|
|
|
|
!! Hair extension shampoo
|
|
|
-elseif $ARGS[0] = $trial_section[2]:
|
|
|
+elseif $ARGS[0] = $trial_sections[2]:
|
|
|
$menu_loc = 'city_experimental_trials_list'
|
|
|
- $menu_arg = $trial_section[2]
|
|
|
+ $menu_arg = $trial_sections[2]
|
|
|
menu_off = 0
|
|
|
- $loc_arg = $trial_section[2]
|
|
|
+ $loc_arg = $trial_sections[2]
|
|
|
|
|
|
minut += 2
|
|
|
'We have developed a hair extension shampoo, which enhances your natural hair growth leading to longer, fuller and glossier hair.'
|
|
@@ -294,8 +295,8 @@ elseif $ARGS[0] = $trial_section[2]:
|
|
|
|
|
|
act 'Sign up':
|
|
|
experimentQW['times_participated_2'] += 1
|
|
|
- $experimentQW['trial_active'] = $trial_sections[2]
|
|
|
- experimentQW['trial_duration'] = trial_duration[2]
|
|
|
+ $experimentQW['trial_active'] = $trial_sections[2]
|
|
|
+ experimentQW['trial_duration'] = trial_durations[2]
|
|
|
|
|
|
menu_off = 1
|
|
|
minut += 2
|
|
@@ -492,8 +493,10 @@ if $ARGS[0] = 'act_go_back':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'act_return':
|
|
|
+ temp_pay = ARGS[1]
|
|
|
act 'Return to the clinic':
|
|
|
- money += ARGS[1]
|
|
|
+ money += temp_pay
|
|
|
+ killvar 'temp_pay'
|
|
|
gs 'city_experimental_trials_list', 'killvars'
|
|
|
gt 'city_clinic', 'start'
|
|
|
end
|