OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Goullou on 16 Mar 2007, 04:01:18

Title: How to mute IA ?
Post by: Goullou on 16 Mar 2007, 04:01:18
Does someone know a way to mute IA ?

I mean i create 2 guys in the same group one is player the other one is IA. I don't want this teammate to talk and  say every vehicles or units spoted.

Thx

Goullou
Title: Re: How to mute IA ?
Post by: karantan on 16 Mar 2007, 04:45:21
In Init.sqs (or in some trigger which starts righ on the beginning) put

Code: [Select]
enableRadio false
Title: Re: How to mute IA ?
Post by: Goullou on 17 Mar 2007, 01:46:04
Oh... thanks a lot ... i never used this command ... :good:

Goullou
Title: Re: How to mute IA ?
Post by: Goullou on 17 Mar 2007, 23:25:38
Oh damn... It removes all radio messages i.e. globalchat, sidechat and vehiclechat as well ...  :(
Title: Re: How to mute IA ?
Post by: Cheetah on 18 Mar 2007, 10:49:08
Yes it does. You might be able to fix this, just enable the radio once there are some sideRadio's incoming.