#1

27th Mar 2025 at 3:00 AM
Last edited by RheaIvy : 27th Mar 2025 at
6:57 PM.
Making Sense of Monique's Controllers
Hi everyone! I wasn't sure which category this post would be best suited for, so I'm sorry for any mistakes!
I'm trying to understand how Monique's Hacked Computer works, and how each controller ties up to the functions. But my understanding of BHAVs is still very basic. So far, that's what I've figured out/found out by googling:
MQ_Computer_Global_Bank = handles the global banking functions (deposit, withdraw, check amount and transmit)
MQ_Computer_Global_Bank_Bills_Controller = handles the loan function (not sure if it's just the billing or if there are more)
MQ_Computer_Global_Bank_Bills_Controller_1 = handles the lottery function
MQ_Computer_Global_Bank_Bills_Controller_2 = handles the bills reminder notification on an hourly basis
MQ_Computer_Global_Bank_Bills_Controller_3 = handles the bills reminder notification on an daily basis (unsure on what exactly changes between bill controllers 2 and 3)
MQ_Computer_Global_Bank_Bills_Controller_4 = ???? no idea (EDIT: my new guess is that it's related to the "Write Article" functions)
MQ_Computer_Global_Bank_Controller = sets interest rates
MQ_Computer_Global_College_Controller = my guess is that it's supposed to control the college funds function? I'm not sure
MQ_Computer_Global_Fees_Controller = also a guess, but possibly controls the private school fees?
MQ_Computer_Global_Sims_Controller = according to other posts, it controls the sim's pie menu options for bills and work from home, but can cause a jump bug and it's not necessary for the computer to function
MQ_Computer_Plantsims_Controller = my guess is that it controls the custom plantsim potion?
If anyone can help with confirming any of these controller's functions, specially Bank_Bills_Controller_4, it'd be greatly appreciated!