Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Lab Assistant
Original Poster
#1 Old 1st Nov 2021 at 2:11 AM
Default Simoleon_Value in Event_Test_Based_Loots
Hey y'all. So I think I just discovered a bug in the game script - I was trying to add a test for simoleon_value using event_test_based_loots for traits, and I discovered that it works great when you're gaining wealth, but not when you're lowering. So, for instance if you're using net_worth, it only works when the comparison threshold is greater_or_equal, not less_or_equal.

I poked around in the python scripts too and discovered that even with club rules, you sim can be kicked out of a club if they go over the income requirement, but not if they go under.

Does anyone have any ideas on how to resolve this? I'm sure there's a way in script, but like I said it looks like the game code itself is messed up, and I don't really want to reinvent the wheel if I don't have to.
Back to top