Difference between revisions of "Node linkages"
From SimsWiki
MogHughson (Talk | contribs) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Each node in a BHAV is numbered. This helps to identify a failing node in a log file and additionally allows easy linkage from one node to another. Linkage is done dependant on whether the OpCode just executed returned True or False. You have to link the node to either another node by number, or return True, False or Error. | + | Each node in a [[BHAV]] is numbered. This helps to identify a failing node in a log file and additionally allows easy linkage from one node to another. Linkage is done dependant on whether the OpCode just executed returned True or False. You have to link the node to either another node by number, or return True, False or Error. |
− | [[Image:BHAV Linkage.jpg|frame|BHAV Linkage]] | + | [[Image:BHAV Linkage.jpg|frame|left|BHAV Linkage]] |
<br clear="all"/> | <br clear="all"/> | ||
Line 7: | Line 7: | ||
You may find that BHAVs that you clone look a little messy in the linkage department. Clicking on the "Sort" button can often make things read a little clearer, although I often go through manually as it gives the opportunity to learn what the BHAV is actually doing. | You may find that BHAVs that you clone look a little messy in the linkage department. Clicking on the "Sort" button can often make things read a little clearer, although I often go through manually as it gives the opportunity to learn what the BHAV is actually doing. | ||
− | [[Image:SortBHAVOutcome.jpg|frame|Before and After using the "Sort" button]] | + | [[Image:SortBHAVOutcome.jpg|frame|left|Before and After using the "Sort" button]] |
<br clear="all"/> | <br clear="all"/> | ||
− | [[Image:SpecialButtons.jpg|frame|Special Buttons]]You can add and remove nodes using the "Add" and "Delete" buttons, but this does not do anything for you with the linkages. I find it more intuitive to use the "Insert via [True/False]" buttons instead of "Add" and the " | + | [[Image:SpecialButtons.jpg|frame|left|Special Buttons]]You can add and remove nodes using the "Add" and "Delete" buttons, but this does not do anything for you with the linkages. I find it more intuitive to use the "Insert via [True/False]" buttons instead of "Add" and the "Pescado's Delete" button instead of "Delete". These buttons can be seen if you check the Special buttons check box. Try them out and see which method you prefer. |
<br clear="all"/> | <br clear="all"/> | ||
+ | |||
+ | |||
+ | [[Category:Sims 2 Modding]] |
Latest revision as of 18:27, 17 September 2012
Each node in a BHAV is numbered. This helps to identify a failing node in a log file and additionally allows easy linkage from one node to another. Linkage is done dependant on whether the OpCode just executed returned True or False. You have to link the node to either another node by number, or return True, False or Error.
You may find that BHAVs that you clone look a little messy in the linkage department. Clicking on the "Sort" button can often make things read a little clearer, although I often go through manually as it gives the opportunity to learn what the BHAV is actually doing.