OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: teeps on 03 Feb 2003, 15:54:47

Title: Silent Join Command??
Post by: teeps on 03 Feb 2003, 15:54:47
As the title says, I'm after a way to have units join the players group without the "2 join Alpha" message going over the radio.

Any ideas??

Cheers,
Teeps
Title: Re:Silent Join Command??
Post by: Black_Feather on 03 Feb 2003, 17:51:42
You'll just have to disable the radio for a few seconds until they shut up

enableradio false
[guy] join player
~5
enableradio true
Title: Re:Silent Join Command??
Post by: teeps on 03 Feb 2003, 19:00:19
Cool, thanks for the help!

Teeps