RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Displaying Text

Started by Bigbruce, March 18, 2009, 11:54:24 PM

0 Members and 1 Guest are viewing this topic.

Bigbruce

I have a quest in my game that requires you to kill 10 guys (that's the basics of it anyways :P ) and is stored as a variable. I have the variable, now how do I display it on the screen as text? I imagine I'd use a condition : if you're on this quest it displays {variable}/10. How would I go about doing this? (<- is a more advanced nooby btw)

Edit: I want it to display on the game screen. :]
I'm Bigbruce, and I approve this message.

modern algebra

Well, you can display it in a Show Message comand by \v[variable_id] / 10

It sounds like you want it constantly on the screen, in which case you have to use scripting, but I would consider just making a common event that is called when you press 'Q'. It's not very fancy, but it's easy and done completely with events.

Bigbruce

Quote from: Modern Algebra on March 19, 2009, 03:36:11 PM
Well, you can display it in a Show Message comand by \v[variable_id] / 10

Alrighty, I'll use this :) ty for the help.
I'm Bigbruce, and I approve this message.