// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1367 globals endglobals native testSuccess takes nothing returns nothing function initGlobals takes nothing returns nothing endfunction function main takes nothing returns nothing local real l_end__x local real l_end__y local real v_x local real v_y local real tuple_temp local real tuple_temp_1 local real tuple_temp_2 local real tuple_temp_3 call initGlobals() set tuple_temp = 3. set tuple_temp_1 = 4. set l_end__x = tuple_temp set l_end__y = tuple_temp_1 set tuple_temp_2 = l_end__x set tuple_temp_3 = l_end__y set v_x = tuple_temp_2 set v_y = tuple_temp_3 if v_x + v_y == 7. then call testSuccess() endif endfunction function config takes nothing returns nothing endfunction