- Oct 14, 2017
- 43
- 29
If you just enter the name of a variable on the console, it reports the valueIs there a way to check the current value of a variable?
Code:
r_mindconastrid
If you just enter the name of a variable on the console, it reports the valueIs there a way to check the current value of a variable?
r_mindconastrid
I dd the useless options n mind voncont8 too but no luck-_-.......i picked i`m useless :FeelsBadMan:
how would you boost your relationship then r_relationastrid=100?Running that on the console dumps out all variables. A lot of those are useless to us as they're for the ui or other pieces, but the lists usually short enough you can look through it. plus if you have a rough idea of what you're looking for, you can do a search on it too, likeCode:dir()
Would have reported ['r_relationastrid', 'r_metastrid', 'r_mindconastrid']Code:[x for x in dir() if 'astrid' in x]