Difference between revisions of "Complete Example Scripts"
Jump to navigation
Jump to search
m
More readable image
imported>JustinOther m (Removed '> 0' from a few While loops as iIndex will be 'False' when counted down to 0, ending the loop/Added a few spaces around operators for greater legibility/floatified an int to avoid unnecessary auto-cast) |
imported>Kotep m (More readable image) |
||
Line 150: | Line 150: | ||
* Remember to add this example script to the trigger volume object that you create, so you have an actual instance of this script in your level. | * Remember to add this example script to the trigger volume object that you create, so you have an actual instance of this script in your level. | ||
* You must create a formlist of the objects you want to cycle through in this script example. | * You must create a formlist of the objects you want to cycle through in this script example. | ||
[[Image: | [[Image:Formlist_populating.png]] | ||
1. Go to the miscellaneous section of the Object Window and click on FormLists, | 1. Go to the miscellaneous section of the Object Window and click on FormLists, |