Archiv verlassen und diese Seite im Standarddesign anzeigen : Brauche Hilfe bei den "Variables"
Firzen_Zero
02.10.2003, 21:16
Ich arbeite eigentlich erst seit kurzem mit dem RPG-Maker, also kenne ich mich noch nicht so gut aus.
Also ich habe die "Variable:006" in der mein aktueller Bonuspunktestand abgespeichert ist. Wie kann ich im Event Command: "Show message " den aktuellen Wert der Variable anzeigen? (z.B."Show Message": Du hast [Inhalt der Variable 006] Bonuspunkte.)
:confused: :confused:
Danke schon mal im voraus.
Vincient
02.10.2003, 21:23
\V[0006] Ich glaube es war 6!
Bitte ich helfe immer gerne!
Probiers mal mit "Du hast \V[ZAHL] Punkte
Irgendwie so ging das!:) Anstatt ZAHL halt die Zahl der Variable!:)
-Epsylon
Firzen_Zero
02.10.2003, 21:30
Mit \V[006] hat es geklappt.Danke!
Vincient
02.10.2003, 21:35
BITTE!:D
Firzen_Zero
03.10.2003, 16:53
So:
(Das hat jetzt nicht direkt was mit Variablen zu tun, aber das Forum ist für einen Neuling, wie mich, schon relativ unübersichtlich darum schreibe ich das jetzt hier rein.)
Bei manchen RPGs habe ich gesehen, dass sich die Schriftfarbe ändert oder, dass der Text langsamer wiedergegeben wird.Wie macht man das?
Auch hier bedanke ich mich schon im Voraus bei den freundlichen Rück-postern.:)
Steht alles in der hilfedatei des makers
\\ ·Allow you to display the " \ " character. Apparently the program uses \ as a default pre-command char.
So you cant use it on its own because it will turn anything that follows it into a message command.
If nothing follows it, you get an error and your game closes.
\C[n] ·Set the text's color (n is a color number) There are 20 colours numbered from 0 to 19, the colours change depending on the system graphic you use.
\S[n] ·Set speed of the message (n 1 - 20). 1 = fastest without pauses; 20 = slowest (and its slooooow)
\N[n] ·Shows name of the hero characters. (n is a number pertaining to the list of heroes in the Database)
\V[n] ·Shows variables number value. (n is the number of the variable)
\$ ·Shows the party's money. It appears in a window in the top right corner.
\! ·Pauses message. Show of the next word is done by pressing space bar.
ex. "Test \! Testing" When the message displays; "Test" will show - (press space bar/enter) then "Testing" will show.
\. ·1/4 Delay before next letter.
\| ·1 Delay before next letter.
\_ ·Shows half a space. If it looks like a couple letters are not far enough apart, use this \_ to space them a bit.
\^ ·This causes the message to close by itself .Use it with \| \| \| \^ and the message will close after a few seconds.
Use it by itself and the message closes as soon as the text finishes displaying.
Blizzard
04.10.2003, 01:30
Danke, das wollte ich auch schon mal wissen, was man mit textboxen alles machen kann, thx!
Firzen_Zero
04.10.2003, 01:51
Das hat mir geholfen.Danke.
Ich hab auch ne Frage dazu:
Wie kann man das machen, dass man nach dem Durchspielen
die Spielzeit darstellen kann?:confused:
Powered by vBulletin® Version 4.2.3 Copyright ©2025 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.