I don't work with this Menu, but normally you must declare ( using ) the Menu before you can call anything in it.
Which mean you must write " using TgmM; " or anything like that.
@DaRealPanDa, Thanks for the tip, I am going to try that now.
"<color=yellow>This mod apk file is provided by\n ### Tigress™ ###</color>"
if (YourModMenuName.toggle1)
{
if (GUI.Button(YourModMenuName.BtnRect(1, false), "Add 1000000 Gold: ON", YourModMenuName.OnStyle))
{
yourModMenuName.toggle1 = false;
}
}
else if (GUI.Button(YourModMenuName.BtnRect(1, false), "Add 1000000 Gold: OFF", YourModMenuName.OffStyle))
{
YourModMenuName.toggle1 = true;
@Evilclown
should look like this....
Code:if (YourModMenuName.toggle1) { if (GUI.Button(YourModMenuName.BtnRect(1, false), "Add 1000000 Gold: ON", YourModMenuName.OnStyle)) { yourModMenuName.toggle1 = false; } } else if (GUI.Button(YourModMenuName.BtnRect(1, false), "Add 1000000 Gold: OFF", YourModMenuName.OffStyle)) { YourModMenuName.toggle1 = true;
@✟LiL-PEEP✟, thanks for the colour correction & explanation.
Please is there a way I could get screenshots of how you added all the codes to the class "not the active classes".
@✟LiL-PEEP✟, It works now. Thanks so much for your time!
Use it with any fields or parameters so it multiply the original valueerrm can you teach me how to apply the dmgMulti?
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies