CombatantDataModAlly Method |
Change the amount a combatant seems like an ally to the current combatant
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic void ModAlly(
string Combatant,
int Mod
)
Parameters
- Combatant String
- The other combatant
- Mod Int32
- Typically 1 for more positive, -1 for more negative
See Also