Hello people of Ulysses Mod Forums!
I am here today to help people who want there commands to be a bit neater. This is more of a tip than a ad don.
Have you ever did a command, like lets just say !example, and it would do this in chat
!example Numpty
Mr582 *insert echo* Numpty
All you want is the part where it says "Mr582 has slayed Numpty." SAY NO MORE!
After looking at the commands for a bit, I figured out how to do this.
go to any command and you will see this close to the end of the command.
local example = ulx.command( "Fun", "ulx example", ulx.example, "!example" )
All you have to do is add ", true" after "!example". I will show below.
local example = ulx.command( "Fun", "ulx example", ulx.example, "!example", true )
You should now see everytime you do that command just
Mr582 *insert echo* Numpty
I am sorry, I am not the best at explaining but I hope I did a good job at explaining this. People have asked me how I did this when they came on my server and I did a command, so I decided to make a thread on your forums. Thanks for your time!
~ 582