RussiaGhost Posted January 31, 2013 Share Posted January 31, 2013 Group: <Default> Comment: SetUp Trigger Event: The simulation is starting. Responses: Allow this block to be reactivated. Set Player to (The player-controlled actor). Prevent this block from being reactivated. Group: <Default> Comment: Spawn Opossing Patrol Force Trigger Event: The simulation is initializing. Responses: Allow this block to be reactivated. Continue executing responses if (Actor 89 is being heard by Player). Spawn an opposing patrol force with 2 members. Prevent this block from being reactivated. Why does not this condition? Quote Link to comment Share on other sites More sharing options...
RileyFletcher_01 Posted January 31, 2013 Share Posted January 31, 2013 To quote Jack57 from many years ago, "How many times does the simulation (Ghost Recon) initialize per game?" The game only initializes (loads) once and starts (begins the mission) once per game, so you do not need the BlockPreserve command at all. You should remove the BlockRemove as well. As for your second script block, it will never work for several reasons, one of them being the fact that nobody can hear, see, or do anything while the game is initializing. I assume you want enemies to spawn when the actor is heard by the player, but you cannot spawn a patrol force during the game. Your script should look like this: Group: <Default>Comment: SetUpTrigger Event: The simulation is starting.Responses: Set Player to (The player-controlled actor). Hide Enemy Platoon from the game world.Group: <Default>Comment: Spawn Opossing Patrol ForceTrigger Event: 1 second has elapsed.Responses: Allow this block to be reactivated. Continue executing responses if (Actor 89 is being heard by Player). Make Enemy Platoon visible to the game world. Prevent this block from being reactivated. The "Enemy Platoon" should contain your two actors you want to spawn. Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted February 1, 2013 Author Share Posted February 1, 2013 You can generate a certain amount of a certain type of actors with a certain weapon?For example 5 actors Papashvili with AK74?Ie I zanyu that can be generated through SpawnActor but there must be repeated 5 times the script. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.