Ulysses

General => Developers Corner => Topic started by: Legendary on August 26, 2015, 03:16:25 PM

Title: Running console commands on a custom sh cmd.
Post by: Legendary on August 26, 2015, 03:16:25 PM
I'm wonder if you guys know the code for running a console command, so if I want to have a command like !act, it's will run the console command +acts but without using the console, but as s playerSay. Thx.
Title: Re: Running console commands on a custom sh cmd.
Post by: JamminR on August 26, 2015, 07:10:55 PM
I've no clue what you're asking.
If +acts is a console command, you'll have to run it in console.
Even if you make a chat command that runs the command, it's still going to be a chat command running a console command.
Title: Re: Running console commands on a custom sh cmd.
Post by: lampman13 on September 20, 2015, 12:33:53 PM
I dont know if this is what you mean but  you can use RunConCommand that would run the console command without you using the console command it still would use the console though