New account registration is temporarily disabled.

CAN SOMEONE HELP ME HOW TO PUT SCOREBOARD BEGGING FOR ANSWER ?

Posts

Pages: first prev 123 next last
How can i put the Special characters like Square root and more because it seems that It will go back to its default value
Find or make a font that has that symbol in it. Don't know of any existing ones, but if you download some font editing program you should be able to edit a character like ! and make it look like the square root symbol. Then you'd have import that font into the game, which I don't know how to do. Then you'd use the ! in the message and the game will display it as square root.

Or, you'd have to do something different from the normal message command to display the equations.

Show pictures - This means you would have to create a picture for every number and symbol. Then you would need to create a complex system that uses variables and conditional branches to determine which symbol should be shown on screen. So like, you'd have an Input Number come up and each symbol has a number assigned to it.

1 - Plus
2 - Minus
3 - Multiply

and so on. And if I wanted to show a plus on the screen, I would pick 1 for that variable. Then there is a series of conditional branches for each possibility of that variable. Inside the branch for 1 is a show picture of plus symbol. Then you'd either have to put it in a static position on the screen using coordinates, or use variables in place of coordinates for a more complex but accurate system.

That would all be so much work, that I think the best thing to do is just write it out "Square Root" in the message box.
The default RMVX(Ace) font MS Gothic should have the square root symbol in it. Give it parenthesis to define what you want under it so you can have something like:

√16 + √9 = √(16 + 9)

for example.

e: Hell an earlier screenshot has the division character in it. Just look for the symbol characters and copy and paste them into your text and it should work. I know I used the square root symbol in an enemy name in one of my games and it worked.
I forgot about all those symbols. You could use the ALT codes. Funny it says that sqaure root is 251 but when I do I get ¹.

÷



http://www.alt-codes.net/
I just google *insert symbol here* character. For square root I punched in "square root character" and near the top was a link to fileformat.info which has various unicode characters. Down a bit on that page is one you can select and copy+paste to things like the reply window on RMN

(of course sometimes I don't find it on fileformat.info like these smilies)
☺ ☻
Thank you so much for this but apparently I am having a problem with the Random Question I don't know where to put the score on it or How can I gather the Score?
author=Link_2112

This is the part that shows how to do the score.

The line in red is adding 1 to the variable. That variable is being used to keep track of how many correct answers. You add that red line in every choice that includes the right answer to the equation. When the player chooses the right answer, he gets +1 correct answer. If the player chooses the wrong answer, nothing is added to the correct answer variable.

The blue line at the bottom shows how to display the score. You use the \v command to display the number stored in a variable. In this case, the variable that is storing the number of correct answers. Where you put this line is up to you. When do you want the score to be displayed? After every question? At the end of the whole game?
Its kind of confusing my friend I cannot imagine how it turn out to be so sorry :'(
You'll have to focus on what you can understand then.
Is there any script for a new Interface like I wan't to see my status of my Life,XP etc. outside the Menu ??? Its kind of hard to explain
Marrend
Guardian of the Description Thread
21806
I recall a game with the kind of heads-up display you might want, but, do you really wanna mess with scripts if variables give you trouble?
It wouldn't be too bad to copy a script in place and use it, as long as you don't have to try and fix any problems. There are places out there with that information.

Here's the kind of script you need - http://rpgmaker.net/scripts/226/

Here's how to put it in the game - http://www.rpgmakervx.net/index.php?showtopic=25168
the script you gave me is working but there is One big problem I did print screen it I don't know what kind of Image dimension for this
I don't know anything about that script, it's not mine. Post your question on the page that script is on. I would guess that it uses a picture in the HUD and you don't have one. If you created a picture and called it hp.png and imported that into your game, it would be able to load it and not give the error. However I don't know what that image is for or what it should look like.

There is a demo on that page also. Download that and see what they have inside the picture folder and that will probably solve it.
I downloaded it and unfortunately the I cannot run it is just gonna load the cursor and nothing happens
Scripts can be difficult to work with. I can't help you on this one.
hey my friend It seems that I downloaded a Game Project That is based from VX ace and there is this PickPocket ability I don't know where to disable it my friend ? hoping for a answer asap
Not sure, it depends on where the code is. It could be an event, like on the map or a common event. Or it could be a script in the Script Manager. See if you can find out where.
It seems that after I am having a conversation with a NPC it will now show "If you want to pickpocket Yes or No?" and the game and the character is having Companion with a cat that is a theft so which area of it the Pickpocket belongs is it in the Common Event or Script manager ?
Pages: first prev 123 next last