Lesson 3:  Interests & Skill Bar

Interests  (continued)

Close out of the behavior and let's go check out the test for cooking. Open #4103, and here we see that although the behavior is comprised of a single statement, it must indeed be changed or the Sim will not earn a Travel interest point.


Fig. 1.14

Go to the Data box and change that 10 (for Cooking) to a 46 for Travel and Toys. You'll find it in Parameter 1. Click OK and get out of there when done. We're doing these one at a time so as to avoid confusion.

Open up #4109. As I mentioned earlier, there are 7 statements in here that refer to Cooking skills. Find each one, and wherever you see the code number 10 … change the number to a 46. They will not always be in the same Parameter.

At statement 22 you will encounter the call to the global:


Fig. 1.15

With that statement selected, change the Function to reflect our new behavior #4125, so that your statement 22 will read as follows:


Fig. 1.16

Click OK, and let's go look at our #4125 "Show Progress Bar". Open it up, rewrite, and find statement 7 which says: Set Balloon/Headline {clear} {for me}.


Fig. 1.17