// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1366 globals endglobals native testSuccess takes nothing returns nothing function initGlobals takes nothing returns nothing endfunction function init_test takes nothing returns nothing local real tuple_temp = 1. local real tuple_temp_1 = 1. local real tuple_temp_2 = 1. local real v1_x = tuple_temp local real v1_y = tuple_temp_1 local real v1_z = tuple_temp_2 local real tuple_temp_3 = 1. local real tuple_temp_4 = 1. local real tuple_temp_5 = 1. local real v2_x = tuple_temp_3 local real v2_y = tuple_temp_4 local real v2_z = tuple_temp_5 local real tuple_temp_6 = v1_x local real tuple_temp_7 = v1_y local real tuple_temp_8 = v1_z local real this_x = tuple_temp_6 local real this_y = tuple_temp_7 local real this_z = tuple_temp_8 local real tuple_temp_9 = v2_x local real tuple_temp_10 = v2_y local real tuple_temp_11 = v2_z local real v_x = tuple_temp_9 local real v_y = tuple_temp_10 local real v_z = tuple_temp_11 local real tuple_temp_12 = this_x + v_x local real tuple_temp_13 = this_y + v_y local real tuple_temp_14 = this_z + v_z set v1_x = tuple_temp_12 set v1_y = tuple_temp_13 set v1_z = tuple_temp_14 if v1_x == 2. then call testSuccess() endif endfunction function main takes nothing returns nothing call initGlobals() call init_test() endfunction function config takes nothing returns nothing endfunction