| Line 68: |
Line 68: |
| | | | |
| | Also check here: https://gametechmods.com/?do=Guide_to_AIing | | Also check here: https://gametechmods.com/?do=Guide_to_AIing |
| | + | |
| | + | |
| | + | == Sample bindings == |
| | + | |
| | + | list.append(("BOT","Spinner",{'nose':math.pi,'radius':0.1,'weapons':(8,9)})) |
| | + | Spinner, standard values, but drives over hazards/ignores them due to the radius command. |
| | + | Will face the other way if you remove the ''''nose':math.pi,''' . |
| | + | |
| | + | list.append(("BOTINVERT","Spinner",{'invertible':True,'radius':0.1,'weapons':(8,9,)})) |
| | + | Invertible Spinner that ignores hazards. |
| | + | |
| | + | list.append(("BOTNAME2","Spinner",{'invertible':True,'radius':1.7,'weapons':(8,9,)})) |
| | + | Invertible spinner that avoids hazards. |
| | + | |
| | + | list.append(("BOTINAME3","Omni",{'radius':0.1,'weapons':(8,9,)})) |
| | + | Bot with more than one weapon system. |
| | + | |
| | + | |
| | + | |
| | [[Category:Modification Tutorials]] | | [[Category:Modification Tutorials]] |