3 years ago

You can make a second window appear that shows a variable above a normal text window with an event in VX Ace.


		
			@win = Window_Base.new(374, 247, 170, 50)
@text = "\\V[87]"
@win.draw_text_ex(0,0,@text)
		
	

Put this in a script call.

\\V[87] will show whatever number variable 87 has stored.

unnamed.png

It can also be replaced with words.

@text = "words"

The 4 numbers next to Window_Base.new are x, y, width, height.
make sure to dispose the window after you don't need it anymore, otherwise it will stay there forever.
@win.dispose

#rpgmakervxace



0 comments

Loading...

Next up

Menu Transitions. Might still need some changes.

Enemies are animated now.

Smuggling out items from the dungeon by storing them in an ✨illegal storage✨

The #RMjam700 is over, with six entries all themed around Manic Love, each of which you can play here!

https://gamejolt.com/playlist/rpg-maker-hub-jam-2025-manic-love/…

I strongly encourage you to give them all a play before we start voting next Tuesday (March 11th) More details below!

Made a customizable Navigation Arrow that rotates around the player and points them to the next story location.

World Bub is a card-based strategy game where you guide Piko through a gauntlet of battles in hopes of taking on the villainous Ducklin and becoming the World Bub champion. We made this game for this year's GGJ (theme: "Bubble").

Drill Combo. The more walls you drill back-to-back the faster you get (Both drill-speed and move-speed) and in turn the less control you have in your movement.

Early Access for Gefährliche Liebe - (Boy x Reader) is out.

The Flipside - INTRO!

What if it does increase weight 😢