How would you make images that appear when you click on something? I know this is possible, but how would I attach it to the bottom screen (buildings, units, all of that stuff)?
F11 and F12. Or use Print Screen, then paste it into MSPaint or something.
? Alright, confused here. F11 and F12? MSPaint? The hotkey for F11 for some kind of command?
Wait, do you want screenshots or something else?
Quote from: Asbestos on November 20, 2014, 11:10:17 PM
Wait, do you want screenshots or something else?
I think he wants to create a custom menu. Like, in-game images, where the units are located on the menu, something like that.
Yeah, like the PAC maps.
The PAC maps use setimage and position them offset from the core that builds the menu. You would first need to upload your custom image into the editor. Then add code to display the image and check for user input. If you want to see how it's done in the PAC maps look at the BuildTab.crpl script.