Just a quick question regarding Buttons in the VGUI Editor....
If I set the following options:
- Click - Tagname = scenescript
Click - Lua Function = bCont11
Click - Lua Args = 1
Does the function become
- Code: Select all
bCont11 ( )
- Code: Select all
bCont11_Clicked ( )
Thanks in advance
Shando