2013-01-02, 10:16 AM
Fiel could you make it so that it prints out in the correct book order? (The order inside Skill.wz)
EDIT: A good algorithm of replacing variables is to temporarily replace the first # with an unused character in the readout (I use the §). That way you will have one variable search at a time so that it wont mix for example #coolTime and #coolTimeDown because they start the same when it searches for #coolTime. When it replaces make sure the upcoming character is not a letter. Do this until there is no longer any # in the readout and all the variables will have been pushed in there. Then replace all of the § with the # again (for example, #c for orange color will not be replaced by a variable and you don't want it to be §c amiright). Then go on to the next master level. This works 100% of the time.
EDIT: A good algorithm of replacing variables is to temporarily replace the first # with an unused character in the readout (I use the §). That way you will have one variable search at a time so that it wont mix for example #coolTime and #coolTimeDown because they start the same when it searches for #coolTime. When it replaces make sure the upcoming character is not a letter. Do this until there is no longer any # in the readout and all the variables will have been pushed in there. Then replace all of the § with the # again (for example, #c for orange color will not be replaced by a variable and you don't want it to be §c amiright). Then go on to the next master level. This works 100% of the time.

