Browse Source

grind out fakie

shuvit 6 years ago
parent
commit
132099b05d
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      controller2.py

+ 4
- 0
controller2.py View File

@@ -4069,8 +4069,12 @@ def grind_turn():
4069 4069
                 #print('outforce')
4070 4070
                 if STANCE == 0:
4071 4071
                     own.applyForce([-200, 0, 0], True)
4072
+                    own['stance'] = 1
4073
+                    STANCE = 1
4072 4074
                 if STANCE == 1:
4073 4075
                     own.applyForce([200, 0, 0], True)
4076
+                    own['stance'] = 0
4077
+                    STANCE = 0
4074 4078
         if own['grind_out_type'] == 'bs reg back' or own['grind_out_type'] == 'bs fak forward':
4075 4079
             if own['gt_cd2'] > 50:
4076 4080
                 if STANCE == True:

Loading…
Cancel
Save