Hi guys, the last bit of my UI issue is that when i'm playing my game and i click on Esc > Exit. It loads a UDK menu. Is there any way of reloading the map i created for my menu?
I have replaced udk_main_menu.swf with my own which has 1 frame with actionscript:
fscommand("restart");
I've tried to do it in my game level i have an fscommand in a kismet sequence using the fscommand and loading my menu map with a console command but when i click exit, it loads the background of the original menu. I think that's because it closes the level before it can do the fscommand.
To sum my question up, how do i change the exit button to open a new level rather than go to the UDK menu?
Thanks,
Dean
I have replaced udk_main_menu.swf with my own which has 1 frame with actionscript:
fscommand("restart");
I've tried to do it in my game level i have an fscommand in a kismet sequence using the fscommand and loading my menu map with a console command but when i click exit, it loads the background of the original menu. I think that's because it closes the level before it can do the fscommand.
To sum my question up, how do i change the exit button to open a new level rather than go to the UDK menu?
Thanks,
Dean
Comment