RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Ventwig's Pause menu add-ons

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 72
RMRK Junior
Ventwig's Pause Menu Add-Ons - Version 1.3
By Ventwig

This topic is updated more:
http://www.rpgmakervxace.net/topic/2588-ventwigs-pause-menu-add-ons/

Features
-Adds on to the pause menu so it will show playtime/map name
-Mix and match the two features which will automatically lay themselves out properly
-Two placement options, under command window or above gold window
-Can also draw icons beside the map name/ time
-Now adds an option to draw the gold window with an icon instead of currency unit!

Screenshots


You can also draw icons in Version 1.1
And a gold extension in 1.3!
I'll add new screenies next updat.

How to Use
Copy into materials, but above main
Plug'N'Play, just optional customization

Script[/u]
On pastebin: http://pastebin.com/bf6njeGD

FAQ
Q: There's no map name showing!
A: The map name shown is what you place in "Display Name", if it's empty, i have no clue what'll happen.

Credit and Thanks
-Me, Ventiwg
-JayPB08 for requesting
-apoclaydon for a bug notics

Updates
Version 1 (Apr 8, 2012) - Release
Version 1.1 (Apr 9, 2012) - Can now draw Icons, too
Version 1.3 (Apr 10, 2012) - Fixed an icon bug and added gold extension

Update Plans
-Uhhhhhh...... suggestions?


NOTE:
If you want to suggest anything, please go to the original topic here:
This is also updated more
http://www.rpgmakervxace.net/topic/2588-ventwigs-pause-menu-add-ons/
« Last Edit: April 10, 2012, 09:21:29 PM by Ventwig »
I script scripts!
They're on this site, but check the links inside the topics to go to rpgmakervxace.net, which has more updates.

**
Rep: +0/-0Level 81
RMRK Junior
errr there is an error on line 80
      draw_icon(280,0,0,enabled = true)

should it not it be
      draw_icon(VENTWIG::TIME_ICON,0,0,enabled = true)


**
Rep: +0/-0Level 72
RMRK Junior
Oh, you're right!
Thanks, fixed that up  ;D
I script scripts!
They're on this site, but check the links inside the topics to go to rpgmakervxace.net, which has more updates.

**
Rep: +0/-0Level 81
RMRK Junior
your welcome, thank you for adding icon support