rtsmenu.wad Download
Effect demonstrated: - RTS Menus
|
An RTS menu is a menu which, while shown on screen, freezes all gameplay. You press a key from 1 to 9 to indicate your choice. It opens up possibilities for adding RPG elements to EDGE, since you could use it to have "conversations" with other things, "buy" things in a shop etc. To use it, we just need to define an RTS script which, when run, will show us our menu. The actual RTS menu commands syntax is: MENU_STYLE STYLENAME (this is optional) SHOW_MENU "TITLE YOU WANT" "FIRST OPTION" "SECOND OPTION" JUMP_ON MENU LabelToJumpTo1 LabelToJumpTo2 |
Heres the code with lots of helpful comments :)
|