Trigger:
<triggers>
<trigger
custom_colour="7"
enabled="y"
match="You mess up while forging a heavy gold chain."
name="fail_trigger"
script="Onfail"
sequence="100"
>
</trigger>
</triggers>
Vbscript:
sub Onfail (tname, line, wildcards)
world.DoAfter 5, "forge heavy gold chain carefully"
end sub
That is currently the only trigger i'm running right now. I was wondering how i can make it put chain into pack;forge heavy gold chain after 6 seconds of receiving "You are successful at forging a heavy gold chain."
<triggers>
<trigger
custom_colour="7"
enabled="y"
match="You mess up while forging a heavy gold chain."
name="fail_trigger"
script="Onfail"
sequence="100"
>
</trigger>
</triggers>
Vbscript:
sub Onfail (tname, line, wildcards)
world.DoAfter 5, "forge heavy gold chain carefully"
end sub
That is currently the only trigger i'm running right now. I was wondering how i can make it put chain into pack;forge heavy gold chain after 6 seconds of receiving "You are successful at forging a heavy gold chain."