Hi Thargoid, Hi folks,
first i want to say: sorry for my bad english.
ich have written a correction of ooCheat.
Now the Button "Clear legal status" works also with the
http://wiki.alioth.net/index.php/Bounty_System.
It autodetect the Bounty_System-OXP and support deletion (not the pay) of all Entries everywhere.
I added a global Variable to "script.js": this._bountysystem = false;
In the StartUp-Function i added:
if (worldScripts.BountySystem_Core) {
log("Cheat screen detected BountySystem_Core");
this._bountysystem = true;
}
In the Coise-Function i added at "case "OOCHEAT_3_LEGAL":":
if (this._bountysystem) {
worldScripts.BountySystem_Core._offences.splice(0,worldScripts.BountySystem_Core._offences.length);
}
that's all.
Have fun with it: Sgt.Pepper