I overlooked the requirement of the radio, thank you very much MulleDk19
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
May 10 2016
May 10 2016
marinesharp added a comment to T65422: Scripting - Chat Script Commands Not Working for Civilian Side (i.e. groupChat).
marinesharp edited Steps To Reproduce on T65422: Scripting - Chat Script Commands Not Working for Civilian Side (i.e. groupChat).
I think the command you are looking for is:
player groupChat (str(copyFromClipboard));
which will print the string representation of the clipboard.
I tested running:
copyToClipboard "AnyTextHereToCopy"
player groupChat (str(copyFromClipboard));
and it printed ""AnyTextHereToCopy"" in my chat. Hope this helps.
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions