ILH :: LESSON 2 - Personalities, Skills & Interests

Group 2 - cooking skill (continued)

Now select statement #41. This will be our reward to the Sim for being so nice about having to learn something while sitting comfortably in a nice chair. Enter the following information into the Data box:

Function:  2
Param 1:  15  [fun code]
Param 2:  30  [amount of fun to add/subtract]
Param 3:  768  [add]
Param 4:  1806  [my motives]

#41 should look like this:


Fig. 1.52

So. It's time to link up all the statements, and while it really isn't difficult, it is a bit tricky so you need to pay attention.

Scroll up to our animation statements (7 through 10). Notice how they all return 12 and 22?


Fig. 1.53

We want to make every one of the animations jump to our Cooking skill line which is #40. The False line can be left alone, but all True lines must change to say 40. In other words, these are all going to return 40/22. Go ahead and change them now, and then check to make sure your statements look like mine below.


Fig. 1.54