Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Help me please

Hello, saddened for my English but me am French. I wanted to know if there would be possibility of changing this command(order) script of VX Ace for RMMV.
Code:
@tableau = []
@tableau.push(31)
@tableau.push(33)
@tableau.push(73)
@tableau.push(75)
@tableau.push(77)
@tableau.push(79)
@tableau.push(81)
@tableau.sort! {|a, b| $game_variables[b] <=> $game_variables[a]}
$game_variables[83] = $game_variables[@tableau[0]]
$game_variables[84] = $game_variables[@tableau[1]]
$game_variables[85] = $game_variables[@tableau[2]]
$game_variables[86] = $game_variables[@tableau[3]]
$game_variables[87] = $game_variables[@tableau[4]]
$game_variables[88] = $game_variables[@tableau[5]]
$game_variables[89] = $game_variables[@tableau[6]]
$game_variables[90] = @tableau[0]
$game_variables[91] = @tableau[1]
$game_variables[92] = @tableau[2]
$game_variables[93] = @tableau[3]
$game_variables[94] = @tableau[4]
$game_variables[95] = @tableau[5]
$game_variables[96] = @tableau[6]
@tableau = nil
Thank you
 

Dad3353

Praised Adventurer
@crackerwood ...

It's certainly possible, but my understanding of js is too poor to actually do the job. Could you explain what, exactly, is the purpose of this, in ordinary words..? Explain in French, if you wish, and give a Google translation into English, and we'll see what can be done. Over to you...
 
Top