Page 1 of 1
How can I check whatever AI is in a test mode?
Posted: 12 Oct 2012 09:55
by Kogut
How can I check whatever AI is in a test mode?
Re: How can I check whatever AI is in a test mode?
Posted: 12 Oct 2012 10:50
by Zuu
Unless you have less money than the minimum loan step, you can on before hand know if it is possible to take a loan or repay an amount, then you can try to execute this action. If it succeeds, restore it and note that you are not in test mode. If it fails, you know that you are in test mode.
If you think further, there might be other tests that can be done that will succeed in more cases or have even fewer side effects/costs.
Re: How can I check whatever AI is in a test mode?
Posted: 12 Oct 2012 10:53
by Kogut
Hm, AICompany::SetPresidentGender + AICompany::GetPresidentGender may be perfect.