Description: This is an easy use script to simulate a living city. It spawns a chosen number of random civilians and orders them to patrol the marker covered area. Based on my "Simple Patrol Script". Installation / Usage: 1. Copy "SimplePatrolScript" folder into your mission folder. 2. In the editor place a rectangle or ellipse marker on the map that covers the area you wish your civilians to patrol and name your marker. 3. Place a game logic in the editor and put the following code in it's init field. Game Logic First you must place a "player" unit in the editor. Then a game logic can be found under "F1" -> "Side" null = [10,"MarkerName",1] execVM "SimplePatrolScript\initialize.sqf";10 = number of random civilians to spawn "MarkerName" = place here the name of your marker 1 = debug hint enabled; 0 = disabled Media: Armaholic.com has its own Youtube channel where we will try to cover the Community made releases so make sure to visit our channel and subscribe! Armaholic.com on Youtube Changelog: v1.0 - first release Enable javascript to be able to download from Armaholic please! |