Results: 2Comments by: Kemipo
File: LightHeaded03-27-08
line 241 error
Posted By: Kemipo
my 2 cents again since r217 saves the page number, if you scroll to page 17 one one quest, then select a quest with less than 17 pages of data it stills wants to show page 17. in " function LightHeaded:SelectQuestLogEntry(index) " change: if qid == previous_qid then return end to: if qid == previous_qid then...
File: LightHeaded03-27-08
no more lorem ipsum
Posted By: Kemipo
working with the fix that weresloth posted regarding the "carbonite back to page 1" problem, i found a way to avoid the lorem ipsum placeholder when first opening the quest log. Still can't re-click the quest to goto page 1 for similar reasons. Anyway, heres my "fix" to the code: function LightHeaded:SelectQuestLogEntry(fr...