Character Switching & Custom Donate links 101 - FunkinModdingPlus/ModdingPlus GitHub Wiki
Introduction
In the newer updates of FNFM two new things are added Custom donate links and Character switching and today I'm covering both
Donate links
Switch out the link In the file I gave you and that's really It
Character switching
Open the char switch.hscript In the temp files and fill It out
if (step == Insert the step)
{
switchCharacter('var1', 'var2');
};
var1 = New character var2 = What Is being replaced (i.e dad or boyfriend)
If this Is wrong I apologize since this Is pretty new and not very documented Let me know In the discussions tab If I'm wrong or you can message me on discord :)