How do you run a command?

  • bowserinator
    8th Nov 2014 Member 0 Permalink

    I'm compiling with visual studio C++ and I was wondering how do you run a command like !set type all gold or !set temp all 9999 or something like that? I assumed it was this line:

    ConsoleCommand(command, returnCode, commandInterface->GetLastError())

     

    but it's probably wrong as it doesn't work. Can anyone help me?

  • bowserinator
    9th Nov 2014 Member 0 Permalink

    help