alias GUI {
window -pkodCfB +b @GUI -1 -1 400 400
hmake @GUI
hadd @GUI name @GUI
}
menu $active {
sclick: { if ($active == $hfind(GUI,$active) == name) { window -c $active } }
}
heres what i have, i think the hash tables are wrong, can someone fix it please? i just learned them lol