4 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

Car Health Bar, bumble in the Jungle Dungeon, ice armor, angry cat man

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.

Placing down objects like torches or turtles has always scared off monsters. Especially turtles.

MAKE friends and foes, SAVE your friends or EXPLORE the unseen... because DRUG STORY's tomorrow, with the all new CHAPTER 4!

Available August 27th on Windows, MacOS and Linux featuring 4 chapters.

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

The full game is available for playing! I hope you all enjoy it! I had some weird troubles trying to release it, but it all should be working properly now, but if you find some bugs or errors, feel free to comment so I can fix it!!

Permanent Elemental Drills

Jungling through the Jungle Dungeon

# Small tweak for lumberjacks who not only cut down trees, but will also plant them after cutting.

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