How do I? .... (on Debug Console)
Moderators: another_commander, winston, Getafix
- Cholmondely
- Wiki Wizard
- Posts: 2897
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of Her Most Britannic Majesty (currently plague-ridden)
- Contact:
Re: How do I? .... (on Debug Console)
Just to say: I've put a summary of everything I've so far found at the top of this thread, together with links to Hiran's indispensible databases (useful for names of equipment/ships recognisable by the debug console).
Denizen of the Dark and Dismal Deserts of Digebiti.
Milo wrote Dancing the Gavotte
Oolite BB Topic icons guide
Milo wrote Dancing the Gavotte
Oolite BB Topic icons guide
- phkb
- Quite Grand Sub-Admiral
- Posts: 3295
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Between SDL and a hard place…
Re: How do I? .... (on Debug Console)
A couple of notes:
This will set your credit balance to 1000, not add to it. To add credits, you need to do this:
On awarding self another ship, I would recommend only doing this while docked, not when in flight.
Code: Select all
P.credits = 1000
Code: Select all
P.credits += 1000
- Cholmondely
- Wiki Wizard
- Posts: 2897
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of Her Most Britannic Majesty (currently plague-ridden)
- Contact:
Re: How do I? .... (on Debug Console)
Umm.. thank you!phkb wrote: ↑Mon Jan 24, 2022 1:19 am A couple of notes:This will set your credit balance to 1000, not add to it. To add credits, you need to do this:Code: Select all
P.credits = 1000
On awarding self another ship, I would recommend only doing this while docked, not when in flight.Code: Select all
P.credits += 1000
Denizen of the Dark and Dismal Deserts of Digebiti.
Milo wrote Dancing the Gavotte
Oolite BB Topic icons guide
Milo wrote Dancing the Gavotte
Oolite BB Topic icons guide