--OBSOLETE SCRIPT--
USE THE EXAMPLE MISSION ON RESPONSE #9
I'm Ready to distribute the copy of the Script
All major errors and bugs are fixed.
The script does not work in multiplayer.
The script only works on one squad. If you want to use it on multiple groups, you will need to change global variables so that they have different names for each instance.
I'm planning on combining the script into one .sqs file. So hold tight.
To activate the script, do the following:
1.)Create a group of say 5 people
2.)Give one of them a name.(This will be the ammobearer)
3.)Write in the init field: [[This], ((Units group this)), ["m16", "m60", "m21"], ["m16", "m60", "m21"], [5,5,5]] Exec "Rearm.sqs"; (Put everything except Exec "Rearm.sqs" between brackets.)
4.)Format is: [(Name of AmmoBearer), (Array of magazines), (Array of weapons), (Array of number of supplies for each magazine)] Exec "Rearm.sqs"
5.)Make sure that the first entry in the magazine array corresponds with the first in the weapons array and the array of supplies for each magazine.
Please notify me if there are any bugs at:
Bluelikeu32@hotmail.comHere's the current v0.84b of the script