The functions can be found here
Usage Example (confirmBox and drawBox functions):
How it works:
borderCol = colour of the outside border boxCol = colour of the inside of the box headingCol = colour of the heading that appears at the top of the box textCol = colour of the text that appears within the box xStart = starting X position of the box (top left hand corner of the box) xEnd = ending X position of the box (top right hand corner of the box) yStart = starting Y positon of the box (top line) ... = arguments, accepts as many as you want. First one is the title.
The height of the box is determined by how many strings you give it.
Spoiler
Usage Example (textBox function):
(This box allows as much text as you need - supports scroll!)
How it works:
--[[ boxCol = colour of the entire box textCol = colour of the text inside of the box area xStart = starting X position of the box xEnd = ending X position of the box yStart = starting Y position of the box yEnd = ending Y position of the box tText = Can be a string OR a table String: - Use '\n' to separate lines. Table: - Make sure lines are WELL spaced for the area of the box or else it will fail! --]]
Spoiler











