Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
ZNorQ

Campaigns - passing info between missions

Recommended Posts

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

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

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
Sign in to follow this  

×