Tenzle
05-17-2007, 03:36 PM
Scribed:
waitrt?
fput "turn grinder"
match "Main", "You decide the safest thing to do now is"
match "Toothpick", "twists in your hand"
match "Toothpick", "Toothpick"
match "Perfect", "You smile as you realize that this piece is the very best that you can create"
match "RenewWork", "this workshop has expired"
match "Donee", "#{script.vars[5]}"
matchwait
so this is a slightly modified version of the lich repository crafting rankup script.
The problem is that it simply will not ever catch the perfect line. No matter what I try it always ends up going to the last match. Now does anybody have any idea why this might be happening. As far as I know matching is short circuiting and it'll take the first match it sees.
waitrt?
fput "turn grinder"
match "Main", "You decide the safest thing to do now is"
match "Toothpick", "twists in your hand"
match "Toothpick", "Toothpick"
match "Perfect", "You smile as you realize that this piece is the very best that you can create"
match "RenewWork", "this workshop has expired"
match "Donee", "#{script.vars[5]}"
matchwait
so this is a slightly modified version of the lich repository crafting rankup script.
The problem is that it simply will not ever catch the perfect line. No matter what I try it always ends up going to the last match. Now does anybody have any idea why this might be happening. As far as I know matching is short circuiting and it'll take the first match it sees.