commandlist.lua
This is a command list example if you want to use these F-Command libraries, or if you wanna see how it works.
Commands that are an alternative to the pause menu. You use F1, and you can press any of the following:
Simple command to restart, exit, or warp to an HUB of your choice. Simply replace "MALC - HUB.lvlx" to anything of your choice.
Same as the last, but it has teleporting. To get coordinates to replace these SMAS++ coordinates, right click on a level in PGE, and go to "Copy preferences" -> "Position: X, Y"
A fixed up version of Hoeloe's lua code that supports Beta 4 tiles, levels, sceneries, and probably more. To make it work, put the file in your episode and use the following require line in the map.lua file:
local map3d = API.load("mapp3d")
Useful for anyone who's asking for a custom pause menu. Unlike these other command lua's I made, it's controller compatible. Press pause again to unpause, up to save and continue, down to save and quit. Use left and right as well to change characters.
Don't forget to change your character and/or costume on the fly! Use F6 to boot up the command list.
Same as last, but a command version of switching characters for map.lua. Costumes don't work, so that's why it's not an option on this one.
If you want a download link, here you go!
Credit me (And Hoeloe for the mapp3d library) when you are using the libraries.