Main
You can see some main UI functions
AAS.BaseMenu(title, info, sizeX, icon)
Draw the base menu
The icon must be the key of the material in the AAS.Materials table
Example:
AAS.BaseMenu(AAS.Language[AAS.Lang]["welcomeText"], true, 200, "house")
Output:

Last updated
Was this helpful?