Scripted EffectsCScripted Effectcompare_and_get_highest_variable_from_4compare_and_get_highest_variable_from_4in_game/common/scripted_effects/global_effects.txt:125RequiresCcomperator_varVariableif 5, if 6, if 7Vvalue_1_comperatorVariableif 1Vvalue_2_comperatorVariableif 2, if 5Vvalue_3_comperatorVariableif 3, if 6Vvalue_4_comperatorVariableif 4, if 7Definitionin_game/common/scripted_effects/global_effects.txt:125126remove_variable = comperator_var127remove_variable = comperator_var_current_highest_value_1_comperator128remove_variable = comperator_var_current_highest_value_2_comperator129remove_variable = comperator_var_current_highest_value_3_comperator130remove_variable = comperator_var_current_highest_value_4_comperator131▾set_variable = {131name = value_1_comperator131value = $value_1$}132▾set_variable = {132name = value_2_comperator132value = $value_2$}133▾set_variable = {133name = value_3_comperator133value = $value_3$}134▾set_variable = {134name = value_4_comperator134value = $value_4$}135▾if = {136▾limit = {136var:value_1_comperator < 0}137▾change_variable = {137name = value_1_comperator137multiply = -1}}139▾if = {140▾limit = {140var:value_2_comperator < 0}141▾change_variable = {141name = value_2_comperator141multiply = -1}}143▾if = {144▾limit = {144var:value_3_comperator < 0}145▾change_variable = {145name = value_3_comperator145multiply = -1}}147▾if = {148▾limit = {148var:value_4_comperator < 0}149▾change_variable = {149name = value_4_comperator149multiply = -1}}151▾set_variable = {151name = comperator_var151value = var:value_1_comperator}152set_variable = comperator_var_current_highest_value_1_comperator153▾if = {154▾limit = {154var:comperator_var < var:value_2_comperator}155▾set_variable = {155name = comperator_var155value = var:value_2_comperator}156remove_variable = comperator_var_current_highest_value_1_comperator157set_variable = comperator_var_current_highest_value_2_comperator}159▾if = {160▾limit = {160var:comperator_var < var:value_3_comperator}161▾set_variable = {161name = comperator_var161value = var:value_3_comperator}162remove_variable = comperator_var_current_highest_value_1_comperator163remove_variable = comperator_var_current_highest_value_2_comperator164set_variable = comperator_var_current_highest_value_3_comperator}166▾if = {167▾limit = {167var:comperator_var < var:value_4_comperator}168▾set_variable = {168name = comperator_var168value = var:value_4_comperator}169remove_variable = comperator_var_current_highest_value_1_comperator170remove_variable = comperator_var_current_highest_value_2_comperator171remove_variable = comperator_var_current_highest_value_3_comperator172set_variable = comperator_var_current_highest_value_4_comperator}