Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: xXPANAGE28 on February 07, 2014, 03:56:45 PM

Title: How to make chat command not pop up in chat when typed.
Post by: xXPANAGE28 on February 07, 2014, 03:56:45 PM
Hello there.
Usually when ever you would send a pm, you would type !p <recipient> <message> then send it, and what you typed wouldn't show up in chat.

Here is my private chat:
(http://i.imgur.com/ecrzRhT.png)
(http://i.imgur.com/l3lSpPw.png)

And here is my slay:
(http://i.imgur.com/CIexwzt.png)
(http://i.imgur.com/uROV4Sf.png)

As you see it shows in chat what i typed for slay but not in pm, and I want it to not show for slay either. Anyone know the line of code required to make it invisible?
Title: Re: How to make chat command not pop up in chat when typed.
Post by: Cobalt on February 07, 2014, 05:25:46 PM
In any ulx command code you will find this:
local var = ulx.command( CATEGORY_NAME, "command_name", function_name, "!chat_command", true )
Add the true at the end to hide the chat message.
Title: Re: How to make chat command not pop up in chat when typed.
Post by: xXPANAGE28 on February 08, 2014, 11:12:49 AM
Thanks for the help. Problem has been solved!