Reply to Re: arm and kill
If you don't have an account, just leave the password field blank.
Aha. I looked in start-1.c (which automatically adds and arms the first) to see that &cur_weapon specifies the weapon slot.
So you'd just do something like this:
&cur_weapon = 1;
arm_weapon();
So you'd just do something like this:
&cur_weapon = 1;
arm_weapon();