ZNorQ 0 Posted July 26, 2012 Hi, Is it possible to pass variables (of any type) between missions in a campaign set-up? ZNorQ Share this post Link to post Share on other sites
igneous01 19 Posted July 26, 2012 yes it is possible. you can use saveVar to do this: https://community.bistudio.com/wiki/saveVar I would read the note on the bottom: if you want to save arrays with their data in tact, you will need to force all the data in the array into a string, and call compile it when you want to load it in again. Share this post Link to post Share on other sites
ZNorQ 0 Posted July 26, 2012 Ah, excellent, thank you. Can't wait to get home and try it out. Btw, I guess this applies to multi-player campaigns too..? Share this post Link to post Share on other sites