Reply to Re: Locking items
If you don't have an account, just leave the password field blank.
Fireball5: I know how to make the item, just not how to make it unchangeable. Your suggestion acts like this:
void disarm (void)
{
kill_game();
}
But thanks anyway.
DD95: Thanks, I'll take a look.
Edit: Yup, it's button4.c, I can disable the inventory or whatever using that. Thanks (again)
void disarm (void)
{
kill_game();
}

But thanks anyway.
DD95: Thanks, I'll take a look.
Edit: Yup, it's button4.c, I can disable the inventory or whatever using that. Thanks (again)
