Ok so i am totally out of ideas, I have been working on this Derma menu for a buddy, and i just cant figure out how to make it a + command (when you hold the button bound to it, you see it, when you let go it disappears, such as in assmod). Any ideas people of FP?
concommand.Add("+command", openMenu)
concommand.Add("-command", closeMenu)
Change the name of the command and the names of the functions to suit your script.
Edit: Sweet, 600 posts of non-spam.
[QUOTE=yakahughes;21224092]concommand.Add("+command", openMenu)
concommand.Add("-command", closeMenu)
Change the name of the command and the names of the functions to suit your script.[/QUOTE]
Would the openmenu and closemenu functions both be the same?
No, the function to open the menu, which would be in the + command, would open the menu, and the - command function would close it, by doing menuVariable:Close() or whatever it is.
Here i'll upload my entire err.. menu the entire derma so far