- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
hi guys how use Label in script call ???
I would like to jump to a dynamic label.
Example:
// Get de file name of picture
A = $gameScreen._pictures[$gameVariables.value(2)]._name;
// Convert A to string
A=String(A);
// and now jump to label A
$jumpTo(A);
I would like to jump to a dynamic label.
Example:
// Get de file name of picture
A = $gameScreen._pictures[$gameVariables.value(2)]._name;
// Convert A to string
A=String(A);
// and now jump to label A
$jumpTo(A);

