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

Train against a Bot whose stats and elemental weaknesses you can modify.

Y/N desires but a glimpse of the sunlight.... unfortunately, she is not like other girls.

New design for weapon shop that makes the wares more interesting to look at.

While I was busy with my personal life, I've been trying to figure out the aesthetic of this game and since the hourly soundtrack is made in Microsoft Music Producer (an old Windows 98 program) I've decided to make the UI retro stuff inspired :) - Martin

Y/N's boss (and he's also her surrogate father just like in the wattpad story) + Time & Date UI that shows minute, hour, day, month, and year.

BATTLE SYSTEM IN MY RPG MAKER XP GAME

(srry I forgot to link the post to my game :CC)

#IndieDev #GameDev #videogames #indiegames

Side Missions where you can assassinate civilians for money and items, requested by corrupt officials and businessmen!

Y/N can do whatever she wants in her secret underground hideout as long as she doesn't touch the bombs in the storage room.

¡Antes del próximo recado, la familia de Ciro debe sentarse a comer !

Pero falta su papá. Que sujeto más extraño...

------------

Before the next errand, Ciro and his family must sit down to eat !

But his dad is missing. What a strange man...

Weapon Attribute Absorption. Give one weapon an attribute of another weapon.