Re: Help (I can't think of a better title)

2010-05-23 Thread duncan smith
Alex Hall wrote: On 5/22/10, MRAB wrote: Lanny wrote: The answer may be right infront of me but I really can't figure this out. I'm trying to build a interactive fiction kind of game, silly I know but I am a fan of the genre. I'm trying to build up an index of all the rooms in the game from an

Re: Help (I can't think of a better title)

2010-05-23 Thread Nobody
On Sat, 22 May 2010 17:16:40 -0700, Lanny wrote: > Ideally roomlist['start_room'].exits would equal {'aux_room' : 'west', > 'second_room' : 'north'} but it doesn't. Sorry if this is unclear or too > long, but I'm really stumped why it is giving bad output Just to condense a point which the other

Re: Help (I can't think of a better title)

2010-05-22 Thread Alex Hall
On 5/22/10, MRAB wrote: > Lanny wrote: >> The answer may be right infront of me but I really can't figure this >> out. >> I'm trying to build a interactive fiction kind of game, silly I know >> but I >> am a fan of the genre. I'm trying to build up an index of all the >> rooms in >> the game from

Re: Help (I can't think of a better title)

2010-05-22 Thread MRAB
Lanny wrote: The answer may be right infront of me but I really can't figure this out. I'm trying to build a interactive fiction kind of game, silly I know but I am a fan of the genre. I'm trying to build up an index of all the rooms in the game from an outside file called roomlist.txt. The only