User Tools

Site Tools


ofp:missions:savestatus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ofp:missions:savestatus [2007/07/12 14:02] – created savestatus initial page snakemanofp:missions:savestatus [2024/07/31 15:11] (current) – links added. snakeman
Line 1: Line 1:
-====== saveStatus ======+====== OFP saveStatus ====== 
 + 
 +[[https://www.pmctactical.org/forum/viewforum.php?f=43|OFP Forum]], [[:ofp|OFP Home]], [[ofp:file_formats|OFP File Formats]], [[ofp:tools|OFP Tools]], [[ofp:missions|OFP Missions]], [[ofp:modeling|OFP 3D Modeling]], [[ofp:terrain|OFP Terrain]] 
 + 
 +**Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA)
  
 Syntax: object **saveStatus** name Syntax: object **saveStatus** name
Line 19: Line 23:
 x = PMC_sf4 saveStatus "sf4_02"; x = PMC_sf4 saveStatus "sf4_02";
 </code> </code>
 +
 +====== loadStatus ======
 +
 +Syntax: object **loadStatus** name
 +
 +Example:
 +
 +<code>
 +player loadStatus "playerstate";
 +</code>
 +
 +This command loads the units status, weapons and equipment he carries, his health status and identity (setIdentity: face type and name set previously in description.ext). However these must have been first saved with the above //saveStatus// command.
 +
 +More examples:
 +
 +<code>
 +PMC_sf1 loadStatus "sf1_02"; PMC_sf1 setdammage 0;
 +PMC_sf2 loadStatus "sf2_02";
 +PMC_sf3 loadStatus "sf3_02";
 +PMC_sf4 loadStatus "sf4_02";
 +
 +{ if (!alive _x) then { deletevehicle _x }; _x setdammage 0 } foreach [PMC_sf2,PMC_sf3,PMC_sf4];
 +</code>
 +
 +Notice that there is certain degree of problems if units are damaged in the previous mission, as they start that way in the next one too. Unless the mission specificly is "out in the field" type and not in homebase, you should use the above script to restore the health of the units so they wont start the mission injured.
 +
ofp/missions/savestatus.1184248975.txt.gz · Last modified: 2007/07/12 14:02 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.