OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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
-
In Init.sqs (or in some trigger which starts righ on the beginning) put
enableRadio false
-
Oh... thanks a lot ... i never used this command ... :good:
Goullou
-
Oh damn... It removes all radio messages i.e. globalchat, sidechat and vehiclechat as well ... :(
-
Yes it does. You might be able to fix this, just enable the radio once there are some sideRadio's incoming.