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

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

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

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

FINALLY I COMPLETED THE SKILL SYSTEM FOR MY NEW RPG! This one was a hard nut to crack but it will let players interact with the world like in old cRPGs. A combination of edgy D&D + anime is coming boys. I'll leave the YouTube link below.

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

We added Doom to World One: Ultra State.

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

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

Charles Co. V2 has arrived!

- Activate generators to create temporary safe zones.

- New menu animations

- A new station 'Arden 8' now the hardest station.

- Terminal now tells you more about the location

- Emergency UV light now activates when PWR is low

Expanding enemy behavior.