Blockland Forums > Modification Help
GUI Functions
Nexus:
--- Quote from: jes00 on February 21, 2012, 07:17:54 AM ---Add-Ons/Client_Friends/Packages.cs (28): Unknown command onSelect.
--- End quote ---
You have to name the object, then create the function nameoflistcontrol::onSelect()
Otherwise it does not have access to this class based function
Port:
--- Quote from: jes00 on February 21, 2012, 02:03:14 PM ---Any way to parent it then?
--- End quote ---
You don't need to parent it because it doesn't exist by default. It's an engine callback which is only called if the function has been created.