Ron Hudson wrote:
> I am trying to create something like a MUD, It will eventually evolve
> to a multi player
> MUD over the network game, but for now it's just a platform for
> authoring and playing
> text adventures that works like a single user MUD.
You might Google "python text adventure g
Ron Hudson schrieb:
> [...]
> I have a .py file with some def scripts(?) in it.
def is the begining of a function definition.
> [...]
> I am using "Import" to read it after I start an interactive python.
> What I need
> right now is I seem to have some sort of scoping problems with the
> wor
First let me apologize if this post offends, I am a real newbie to
Python having only used it for about
2 days. If this is the wrong place to post newbie questions, please
be polite.
I have the O'Reily Learning Python book and I am reading it.
Here's what I am working on..
I am trying to cre