- Joined
- Aug 3, 2012
- Messages
- 22,305
- Reaction score
- 11,732
- First Language
- English
- Primarily Uses
- RMVXA
@Roninator2 That does the trick.
Thank you very much.
Thank you very much.
$gamePlayer.followers().follower(0).requestAnimation(1);
The \\c is using an escape code. So what you're doing is saying \ escape the next \ and just write it out.used to work on RMXP
\c[1]test\c[0]
IIRC you need a quad \ which will be "\\\\c[1]test\\\\c[0]"Code:$game_variables[1] = "\\c[1]test\\c[0]"
Above script call used to work on RMXP, but on RMVXA it only displays "\c[1]teste\c[0]". Why?![]()
SceneManager.call(Scene_Class)