Reply to Re: arm and kill
If you don't have an account, just leave the password field blank.
blah, doesn't work... here's what i have...
void holdingdrop( void )
{
&cur_weapon = 1;
arm_weapon();
}
add: i played around with it a bit added
&update_status = 1;
draw_status();
to it, but still no changes. same thing happens, you use the item, the icon stays there and you've got nothing equipped
void holdingdrop( void )
{
&cur_weapon = 1;
arm_weapon();
}
add: i played around with it a bit added
&update_status = 1;
draw_status();
to it, but still no changes. same thing happens, you use the item, the icon stays there and you've got nothing equipped