Reply to Re: Alternative Hero
If you don't have an account, just leave the password field blank.
Nah, there's a command to bring up the inventory. Then just add the inventory pop-up sound and you're set, more or less.
//button4.c void main() { playsound(18,22050,0,0,0); show_inventory(); }