Forum
CS2D Scripts Use hook, null valueUse hook, null value
23 replies Quote
So you want to disable buttons for a while and then re-enable them?
not all buttons, only which player used
If the bug is not corrected, the entire project can be thrown in the trash
Tell me what you are trying to do and maybe I will help you. I can't waste time just trying to guess what you're trying to do.
I understand that you have triggers:
"debug" x 10
and clicking one of them will disable all of them for a while.
You'll have to set up:
"debug0"
"debug1"
"debug2"
"debug3"
...
"debug8"
"debug9"
and define a function for each of them (what function does can be the same).
Hope that helps.
Cheers.