Jump to content
Sign in to follow this  
KingN

Transfer gear to next mission

Recommended Posts

Searched but didn't find any simple answer. So how do I simply transfer the players gear to next mission in a campaign?

Share this post


Link to post
Share on other sites

I believe.. don't know for certain.. it is the 'saveStatus' command.

At end of mission:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

player saveStatus "Player1"

In beginning of init.sqs:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

player loadstatus "Player1"

You can use any label you want in the quotation marks....

EDIT: Please note this carries over more than just gear... it'll carry over rating, damage, and skill (if used on AI units). A note to others too: this seems to be the only save command that works in MP which forms the basis for our SOW scripts smile_o.gif

Share this post


Link to post
Share on other sites

I'll test it later. Thanks a ton! smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×