5 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

Crafting new things with the remains of your enemies. One day, Y/N will craft you.

NPCs that can leave the map and move to another, even when you aren't on the same map as them.

If you stay too long in a hotel entrance, Y/N will come and spread fear to all.

The Wanderer

I gotta start zoning out more, because that's when I cook stuff like this.

Fancier map display so you don't get lost.

The Flipside DEMO is out now on Itch!

I thank you all for waiting, it's been a race to the finish line these past couple weeks and I've finally made it!

Small battle details

Just a bunch of students in a school. One of them is not an assassin. Don't question. Don't suspect. Or Y/N will get you.

De algĂșn modo, estoy haciendo que este minijuego funcione

------

I'm somehow making this minigame work

Expanding enemy behavior.