Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- array_var ar_cellContents
- array_var ar_element
- let ar_cellContents := GetCellRefs 200 2 ; find actor refs within 2 cells of me
- ForEach ar_element <- ar_cellContents
- ; do what needs to be done here
- ; maybe we have a condition that skips the rest so use
- Continue
- ; or another condition that ends the loop, so
- Break
- Loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement