- Jan 19, 2020
- 12,382
- 49,296
Simply put for the average Joe: no.Is there any way to increase or decrease dik/neutral/chicks status during dialogues without using a mod, just through the console? I tried dik=x but it doesn't change the status on the cell phone or the dialogs.
Many, many variables within this VN are adjusted internally in real-time based on other vars (such as those types you are referencing). This is done via functions and not via simple defines (like "dik=x"). Not all processing code is as simple as "var=x". Besides "status" vars, the MC's money and wallet are also good examples that are altered via functions and not defines.
Now, can I change something that requires a function to change via a console command of sorts? Yes. But it's not as simple as "dik=x", it's a process due to multiple functions controlling the var's actual outcome.
Edit for further clarification in layman's terms: Vars that change via one or more functions (rather than defines) get filtered through a series of coding processes (a block series of mathematical checks and balances) that take into account the relation and weight of other variables to ultimate set that vars current stats.
Last edited: