Talk:PrintToConsole
From The Elder Scrolls Construction Set Wiki
[edit] CtD hazard
Argh! - I just spent an hour debugging a section of code, taking it apart, putting it back together, it made no sense whatsoever.
Eventually I discovered a single PrintToConsole line I was using for debugging where I had put two variables inside it, but only registered one of them. ie PrintToConsole "Blah %.0f, blah %.0f", sBlah
That can cause a crash it seems... think someone should note that... god what a headache >.< --Ryuujin 20:16, 24 August 2008 (EDT)
- Yes, that one is a pain if you aren't careful with the variables. I've already ran into it and reported it to the OBSE guys and it will be fixed in v0016.
- --quetzilla 00:04, 25 August 2008 (EDT)

