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
Field Researcher
Original Poster
#1 Old 22nd Aug 2014 at 8:01 PM Last edited by fer456 : 23rd Aug 2014 at 8:52 AM.
Default Motive Decay
I have this code:

Code:
public static void SetX1Decay(Sim sim)
{
 sim.Motives.SetDecay(CommodityKind.VampireThirst, 25f);
.


And i get a error

Code:
Can not be converted bool to float


What I must do?. Like I seen, 25f is a float value, but i don't know how to set the decay with a bool value.

Can you help me?
Back to top