PDA

View Full Version : scrolls.lic



Nattor
09-16-2010, 05:17 PM
Noticed it was wasn't reading all the scrolls so I took a couple minutes to figure out why and how to fix it, just in case anyone else uses it.

Turns out it just wasn't reading any "vellum" type scrolls.

If you use this script you can fix this by changing line 101 to the following
scrolls = ["paper", "scroll", "parchment", "papyrus", "palimpsest", "tome", "book", "vellum"]

No idea if that'll be useful to anyone but I figured I'd post it.

BriarFox
09-16-2010, 05:25 PM
Noticed it was wasn't reading all the scrolls so I took a couple minutes to figure out why and how to fix it, just in case anyone else uses it.

Turns out it just wasn't reading any "vellum" type scrolls.

If you use this script you can fix this by changing line 101 to the following
scrolls = ["paper", "scroll", "parchment", "papyrus", "palimpsest", "tome", "book", "vellum"]

No idea if that'll be useful to anyone but I figured I'd post it.

Line 101 in Notepadd++ is:

fput "close #" + $container.to_s

Nattor
09-16-2010, 05:36 PM
thats because you are editing scrolls.lic not scroll.lic.. I couldn't get scrolls.lic to do anything at all, so I fixed the other one.

I realized i failed at the title of the thread.. my fault..