Page 1 of 1

Script [LOCKS] bug?

Posted: Thu May 07, 2015 8:41 pm
by Black
I tried to disable all retail for player in my script, but cant make it to work.

I put this in script file:

Code: Select all

[LOCKS]
Firm, Retail 
Firm, Supermarket
but retail building are all enabled anyway.

Then i tested:

Code: Select all

[LOCKS]
Firm, Factory
and this works, all factory buildings are disabled.

Re: Script [LOCKS] bug?

Posted: Wed May 13, 2015 1:00 pm
by David
There was a typo on the web page.

It should be "Firm, Retail Store" instead of "Firm, Retail" on http://www.capitalismlab.com/script---locks.html

The typo has been fixed.

And the Lock script only supports firm types (e.g. farm, retail store) and does not support specific retail store types (e.g. super market, convenience store)