You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realenabled=MPT:CreateToggle(4, "RealCount Pull", "Show Current Pull Real Count", {"RealCount", "pullcount"}, true),
389
+
Percentenabled=MPT:CreateToggle(5, "Percent Pull", "Show Current Pull Percent", {"PercentCount", "pullcount"}, true),
390
+
Gap1=MPT:CreateSpace(6),
391
+
RealRemaining=MPT:CreateToggle(7, "RealCount Remaining", "Show Remaining Count instead of current Count for Current Pull", {"RealCount", "remaining"}, true),
392
+
PercentRemaining=MPT:CreateToggle(8, "Percent Remaining", "Show Remaining Percent instead of current Percent for Current Pull", {"PercentCount", "remaining"}, true),
393
+
Gap2=MPT:CreateSpace(9),
394
+
RealAfterPull=MPT:CreateToggle(10, "RealCount After Pull", "Show Count after Pull instead of how much you are gaining", {"RealCount", "afterPull"}, true),
395
+
PercentAfterPull=MPT:CreateToggle(11, "Percent After Pull", "Show Percent after Pull instead of how much you are gaining", {"PercentCount", "afterPull"}, true),
396
+
Gap3=MPT:CreateSpace(12),
397
+
RealTotalCount=MPT:CreateToggle(13, "Show Total", "Show Total Count needed", {"RealCount", "total"}, true),
0 commit comments