"Bounty: n Cr."
Posted: Fri Jul 11, 2008 11:28 am
Short question:
Is it possible to suppress the "Bounty: n Cr." console-message after killing a pirate? I would like to subsitute it with something else in some cases (not generally) and am using the shipDestroyedTarget event-handler to display my own message. But the built-in message is also displayed. I would like to suppress it. Possible?
On a related note: I already tried to set the target.bounty to 0 in the script, but this didn't work. Obviously the message to the engine is already sent earlier, although my console-message is displayed first. Even when I in the script already have subtracted the bounty again, still the higher player.credits are displayed in the "Bounty: n Cr.", although on the F5-screen the value will be lowered again.
Is it possible to suppress the "Bounty: n Cr." console-message after killing a pirate? I would like to subsitute it with something else in some cases (not generally) and am using the shipDestroyedTarget event-handler to display my own message. But the built-in message is also displayed. I would like to suppress it. Possible?
On a related note: I already tried to set the target.bounty to 0 in the script, but this didn't work. Obviously the message to the engine is already sent earlier, although my console-message is displayed first. Even when I in the script already have subtracted the bounty again, still the higher player.credits are displayed in the "Bounty: n Cr.", although on the F5-screen the value will be lowered again.