Can I get an interactive Python prompt from inside the game server?
Yes, and it’s pretty handy. The first thing you need to do is be sure your autoexec.cfg has a line like this: pycmd_register mysecretname This registers mysecretname as your Python command. Please choose a different name for security reasons. This will “pause” the game while you work in the interactive prompt: mysecretname import code mysecretname code.interact() Once you’ve done that, you can than do whatever you’d like: >>> import playerlib >>> import es >>> x = playerlib.getPlayerList() >>> print x [