Page MenuHomeFeedback Tracker
Feed Advanced Search

May 10 2016

marinesharp added a comment to T65422: Scripting - Chat Script Commands Not Working for Civilian Side (i.e. groupChat).

I overlooked the requirement of the radio, thank you very much MulleDk19

May 10 2016, 1:58 AM · Arma 3
marinesharp edited Steps To Reproduce on T65422: Scripting - Chat Script Commands Not Working for Civilian Side (i.e. groupChat).
May 10 2016, 1:58 AM · Arma 3
marinesharp added a comment to T62760: copyFromClipboard not returning anything..

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.

May 10 2016, 12:14 AM · Arma 3