01-22-2012, 05:35 AM
First of all, I've been using RPMXP since July 2011 and I also own RPG Maker 1 and 2, so I do have experience using different RPG Makers (I'm just new to these forums). I also know next to nothing about scripting in RPMXP besides putting them into a game/editting some numbers/text where it says to edit it.
My issue is, I have 4 events that I want to display a different number (one to display the ones digit of a variable, one for the tens, hundreds and thousands digit). My only problem is I'm not quite sure how to go about doing that.
Variable #0 = 6532. Event 1 = page 6 (which has the graphic of a 6), 2 = page 5, 3 = page 3, 4 = page 2.
The simplest ways I can think to do what I want is make 4 variables, #1 = 6 (event 1 page 6: Condition = variable #1 is 6 or above, which in turn will make then event show a 6), #2 = 5, #3 = 3, #4 = 2.
>>So to sum all that up so it might possibly make sense: I need a script that makes 4 different variables equal the 4 digits (or 5+ digits/variables if needed) of variable #0 (and simple enough that I can easily change what each different variable is) AKA this: http://dl.dropbox.com/u/26636904/picture.png.
So hopefully this will makes sense to someone who can help me with my little problem
thanks, DPhoenix29
My issue is, I have 4 events that I want to display a different number (one to display the ones digit of a variable, one for the tens, hundreds and thousands digit). My only problem is I'm not quite sure how to go about doing that.
Variable #0 = 6532. Event 1 = page 6 (which has the graphic of a 6), 2 = page 5, 3 = page 3, 4 = page 2.
The simplest ways I can think to do what I want is make 4 variables, #1 = 6 (event 1 page 6: Condition = variable #1 is 6 or above, which in turn will make then event show a 6), #2 = 5, #3 = 3, #4 = 2.
>>So to sum all that up so it might possibly make sense: I need a script that makes 4 different variables equal the 4 digits (or 5+ digits/variables if needed) of variable #0 (and simple enough that I can easily change what each different variable is) AKA this: http://dl.dropbox.com/u/26636904/picture.png.
So hopefully this will makes sense to someone who can help me with my little problem
thanks, DPhoenix29