Cleaning up misreported bounty claims #2687
-
Hi team! 💪🏻 Whenever I enter a system in which a particular faction is present, Speech Responder announces (presumably via
I have redeemed all bounties for this particular faction, as proven by the Contacts UI in game. I have done this several times recently. However, Speech Responder continues to report the above whenever I enter a corresponding system. I guess some tracking somewhere has gone abit askew, perhaps I played once without EDDI running or something. I'm not sure how this is stored or tracked internally (perhaps in
{for record in criminalrecord:
{if record.faction = "My Faction":
{if record.claims > 0:
{set record.claims to 0}
}
}
} Please and thank you 🙏🏻 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
set
function doesn't work like that (it only sets a temporary variable within the context of the script) but you are able to open theCrime Monitor
tab in EDDI's UI and add/remove/update criminal record info manually from there. :-)