Reply to Re: bow question...
If you don't have an account, just leave the password field blank.
in lyna's quest, it just added some extra strength, it didn't affect the speed at which she charged up a shot. here's what happens:
if (&goblin == -99)
{
&goblin = -100;
say("`4::It does seem easier to draw back now::", 1);
}
if (&goblin == -100)
&strength += 5;
if (&goblin == -99)
{
&goblin = -100;
say("`4::It does seem easier to draw back now::", 1);
}
if (&goblin == -100)
&strength += 5;