Ok / Cancel Box
by Timothy Castagna · in Torque Game Builder · 07/20/2009 (5:50 pm) · 2 replies
Hey All,
So i'm wondering if there is a built in function to call a standard ok cancel box. I know you can use MessageBoxOK(); but this only displays the ok button. anyone got any ideas short of creating my own? Thanks.
- Tim Castagna
So i'm wondering if there is a built in function to call a standard ok cancel box. I know you can use MessageBoxOK(); but this only displays the ok button. anyone got any ideas short of creating my own? Thanks.
- Tim Castagna
About the author
Torque Owner RollerJesus
Dream. Build. Repeat.
give MessageBoxOKCancel("title", "main text"); a try.