The Dink Network

Reply to Re: "enter" key

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
May 29th 2010, 12:46 PM
bonca.gif
Erwin
Peasant He/Him Netherlands
Friendship is magic 
Yep. Just create a script called button4 and make it do whatever you like.

This is basically what the enter button normally does. So you can include that bit of code in the button4 script so it still shows the inventory.

void main(void)
{
show_inventory();
kill_this_task();
}