Tes3Mod talk:Journal

The UESPWiki – Your source for The Elder Scrolls since 1995

 
Jump to: navigation, search

Is the format of the example (e.g. Journal, "A2_4_MiloGone", 10) correct? To make this work, I had to drop the commas and also stick to lower case. More like: journal "a2_4_milogone" 10

Which quest were you doing this on? In some cases, lower-case is correct, but it depends on the quest ID. As for commas, the game is kind of weird about commas sometimes. I know it's sort of an all-or-nothing kind of thing, like you have to either use commas in every position or none, e.g.:
Journal, "A2_4_MiloGone", 10 --Works
Journal "A2_4_MiloGone" 10 --Also works
Journal, "A2_4_MiloGone" 10 --Doesn't work
Journal "A2_4_MiloGone", 10 --Doesn't work
The quotes may also be optional - I think they're only needed if there's a space (not an underscore) in the ID, which I'm pretty sure there aren't in any of the default quest IDs. (There's plenty in item, NPC, creature, etc. IDs, however.) --TheRealLurlock Talk 10:53, 5 December 2008 (EST)
Sponsored Links
Personal tools