I added this to the end of the FAQ:
Code:
## How do I use a percentage sign in personal.ini without getting an error?
Percentage signs are a special character and need to be 'escaped.' To do this, simply double it ('%%' rather than '%'). The second one will be ignored.
Feel free to edit as needed—at the very least you might want to move it to a better spot.