Search found 8 matches
- Sun Mar 25, 2007 7:58 am
- Forum: General Discussion
- Topic: missing link
- Replies: 18
- Views: 12286
- Tue Mar 20, 2007 4:05 pm
- Forum: General Discussion
- Topic: missing link
- Replies: 18
- Views: 12286
- Sun Jan 21, 2007 10:53 am
- Forum: General Discussion
- Topic: Jonae not loading...?
- Replies: 7
- Views: 5525
- Fri Jan 19, 2007 9:37 pm
- Forum: General Discussion
- Topic: Getting Ages To Play Uru: CC
- Replies: 5
- Views: 4442
- Thu Jan 18, 2007 1:59 pm
- Forum: General Discussion
- Topic: Jonae not loading...?
- Replies: 7
- Views: 5525
It's a pretty amazing age. In order to get it working with Alcugs, I had to modify the SDL file and remove the "AgeSDLHook = 1" line. Otherwise it would crash the vault server. Though I visited the age just fine offline many time before without having to do that, if you're trying to visit it online ...
- Mon Jan 15, 2007 4:55 am
- Forum: Greypiffle's Journal
- Topic: Just finished a new world in Truespace
- Replies: 12
- Views: 11408
- Sat Jan 13, 2007 9:35 pm
- Forum: Greypiffle's Journal
- Topic: Just finished a new world in Truespace
- Replies: 12
- Views: 11408
- Sat Dec 09, 2006 1:35 pm
- Forum: General Discussion
- Topic: Python
- Replies: 13
- Views: 9925
Wow, a question I can possibly answer
Instead of using curly braces ( { and } ) to determine hierarchy within code, or using keywords (end if, fi, end with, wend, etc.), Python uses indentation only. This means that if a line has even one too many/few spaces before it, it will choke. This is why ...
Instead of using curly braces ( { and } ) to determine hierarchy within code, or using keywords (end if, fi, end with, wend, etc.), Python uses indentation only. This means that if a line has even one too many/few spaces before it, it will choke. This is why ...