Page 1 of 1
Execute game command silently
Posted: Fri Apr 03, 2020 6:36 pm
by NearHuscarl
I need an option to execute the command without having to display them in the chat, like how CreateDialogue() works. So something like IGame.RunCommand(string command, bool showInChat)?
Re: Execute game command silently
Posted: Sat Apr 25, 2020 11:30 am
by Gurt
We have deliberately designed the RunCommand to show the command, just like you would type it in the chat or change the settings from the host menu. Could you elaborate a bit more of why you want to hide it?
Re: Execute game command silently
Posted: Sat Apr 25, 2020 10:17 pm
by NearHuscarl
I want to create a slowmo effect to emphasize an important event just happened, like when the barrel exploded in vanilla game, the chat wouldnt show slowmo command. Here is an example
https://i.imgur.com/Cv7xj1M.mp4