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!
Guys, i think next time it's better to send a PM xD
Use it with any fields or parameters so it multiply the original valueerrm can you teach me how to apply the dmgMulti?