Game Development Community

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

#1
07/20/2009 (6:48 pm)
Hey dude, no need to start creating controls.

give MessageBoxOKCancel("title", "main text"); a try.
#2
07/21/2009 (6:02 am)
awesome thanks.