These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
If 'p' usually references the player (p.Message ect)
How do I make the console itself run a command?
What exactly do you mean by making the console itself run a command? It would be helpful if you elaborate exactly what you're trying to do because I suspect that running as console isn't the solution
Assuming you are using MCGalaxy:
Command.Find("Command Name").Use(Player.Console, "args");
should work fine.