- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Hi guys.
What am doing bad with this code ? !!
Am try many test and search many forum
// Get the level inside variable 111 (= ex:3)
var LV = $gameVariables.value(111);
// Add string to LV so suppos now is = "iteme1-3"
var LV = "iteme1-" + LV;
// show picture withe the good name "iteme1-3"
$gameScreen.showPicture($gameVariables.value(119), LV, 1, $gameVariables.value(114), $gameVariables.value(115),
100, 100, 255, 0)
The LV = the name of the file.
All my file are named like this
iteme1-1, iteme1-2, iteme1-3, ........
Tank you a lot
What am doing bad with this code ? !!
Am try many test and search many forum
// Get the level inside variable 111 (= ex:3)
var LV = $gameVariables.value(111);
// Add string to LV so suppos now is = "iteme1-3"
var LV = "iteme1-" + LV;
// show picture withe the good name "iteme1-3"
$gameScreen.showPicture($gameVariables.value(119), LV, 1, $gameVariables.value(114), $gameVariables.value(115),
100, 100, 255, 0)
The LV = the name of the file.
All my file are named like this
iteme1-1, iteme1-2, iteme1-3, ........
Tank you a lot

