ScriptUO

Scripting Resources & Utilities => Stealth Client => Stealth archive => Topic started by: Vlek on September 28, 2014, 02:37:39 PM

Title: Stealth Python Console
Post by: Vlek on September 28, 2014, 02:37:39 PM
Hello, I'm trying to get a python console to work so that I can plug in code into it and have it being used in game. I believe this will be an invaluable tool in script creation. I have already tried using the code module, but that seems to be a bust (https://docs.python.org/2/library/code.html). Is it possible, am I missing something?
Title: Re: Stealth Python Console
Post by: Boydon on October 05, 2014, 10:36:44 AM
I doubt this will ever work as from stealth you don't have way to interactively read line input from the user.

It was a nice idea indeed. :)
Title: Re: Stealth Python Console
Post by: Vlek on October 07, 2014, 07:51:33 PM
You're misinterpreting what I said. I want to make a tkinter window, much like idle, that is a console, much like idle, that can take python code and perform it in game.