Posted By: Darkyyes
Show and hide panel on key click - 02/05/09 22:50
Show and hide panel on key click
how to make a toogle function to show and hide a panel on lets say the key k,
//main inventory
PANEL* test_panel =
{
bmap = test_panel;
layer = 0;
flags = SHOW;
}
how to make a toogle function to show and hide a panel on lets say the key k,
//main inventory
PANEL* test_panel =
{
bmap = test_panel;
layer = 0;
flags = SHOW;
}