Re: Python newbie needs help

2005-12-15 Thread Kent Johnson
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

Re: Python newbie needs help

2005-12-14 Thread Dennis Benzinger
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