How do you issue commands to the console with the event maker??

Yazuken

New member
Jul 21, 2017
5
0
0
35
I've been able to do all the included RAT scripting pretty good. But one thing I don't understand how to do is to have the script send commands to the console... for example...

Type : Player Public Chat
Condition : STARTSWITH:!suicide
"buffplayer {playername} kill"


That example above shows exactly what im trying to implement into my server too.. I want players to be able to kill themselves without using glass... and using a "!suicide" command.
 
I've been able to do all the included RAT scripting pretty good. But one thing I don't understand how to do is to have the script send commands to the console... for example...

Type : Player Public Chat
Condition : STARTSWITH:!suicide
"buffplayer {playername} kill"


That example above shows exactly what im trying to implement into my server too.. I want players to be able to kill themselves without using glass... and using a "!suicide" command.

So for that, it looks like the script is probably incorrect.

It should be: buffplayer {{player_name}} kill

Try that and let me know how it works for you.
 
So for that, it looks like the script is probably incorrect.

It should be: buffplayer {{player_name}} kill

Try that and let me know how it works for you.

Oh!! it does work!! thank you so much man! So it turns out.. I had the condition set as !suicide instead of STARTSWITH:!suicide .. I also had to use the "infection4" buff instead of kill. Works perfectly =p

Again. thank you! and awesome program! I wouldnt be able to manage my server without this because I am hosting on a linux vps.. your program is the only one I know of that can work with a linux server since it can do remote management :D