Home   Help Search Login Register  

Author Topic: Hull turning script for tanks  (Read 1823 times)

0 Members and 1 Guest are viewing this topic.

Offline schaefsky

  • Members
  • *
Hull turning script for tanks
« on: 02 Dec 2009, 01:11:27 »
## Script for Arma 2 by schaefsky
## Makes a tank turn its hull towards nearest known enemy tank
## Version: 0.1
##
## Parameters: A tank on which to execute the script
## Usage: _nil = [tankUnit] execVM "hullTurn.sqf";
##
## Commercial use prohibited!
##
## If you want to use this script or parts of it, credits would be nice.

Script uses doMove command to make the tank turn its hull.
Script included in archive and sample mission.

Comments, suggestions are welcome!