110 lines
2.8 KiB
Plaintext
110 lines
2.8 KiB
Plaintext
waitUntil {!(isNull player)};
|
|
waitUntil {player==player};
|
|
switch (side player) do
|
|
{
|
|
|
|
case WEST:
|
|
{
|
|
player createDiaryRecord ["Diary",["Misc:","
|
|
Mas-cas will not happen until you leave the base.<br/>
|
|
However, remember this is meant to be a quick mission which could be run multiple times.<br/>
|
|
As such, a long, solid plan is not as required as thinking in the moment.
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Command/Signal:","
|
|
Channels are preset. Move your SR to the appropriate one:<br/>
|
|
LR 1/SR 1:Command <br/>
|
|
SR 2: Delta 1 <br/>
|
|
SR 3: Delta 2 <br/>
|
|
SR 4: Medical -- No LR provided
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Admin/Logistics:","
|
|
1x Medical Blackhawk.<br/>
|
|
6x Medical boxes.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Tasks:","
|
|
Fly to the Mas-cas location and provide as much aid as possible.<br/>
|
|
Minimise collateral.<br/>
|
|
Return the team safely to base.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Execution:","
|
|
Brief quickly.<br/>
|
|
Zulu will fly Deta team and the medics to a designated LZ.<br/>
|
|
After which, Zulu will provide air recon at a height, or move to a holding pattern.<br/>
|
|
Delta will provide security while the medics try to save as many civilians as possible.<br/>
|
|
Once complete, or if it's getting too hot, Delta will secure an LZ for dust-off.<br/>
|
|
Team will return to base.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Mission:","
|
|
Land near the market and provide medical aid/support.
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Situation:","
|
|
Civilians have reported a car bomb detonating in a <marker name='marker_1'>busy market.</marker><br/>
|
|
A small team has been deployed to provide medical assistance.<br/>
|
|
Opfor do operate in the area, and are expected to hinder you.
|
|
|
|
"]];
|
|
};
|
|
|
|
case EAST:
|
|
{
|
|
};
|
|
|
|
case RESISTANCE:
|
|
{
|
|
|
|
|
|
};
|
|
|
|
case CIVILIAN:
|
|
{
|
|
player createDiaryRecord ["Diary",["Misc:","
|
|
None.
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Command/Signal:","
|
|
None.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Admin/Logistics:","
|
|
None.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Tasks:","
|
|
Roam around and be a nuisance.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Execution:","
|
|
The car bomb will detonate when Blufor move away from base.<br/>
|
|
Roam the area and be a pest if you want, but try not to be unfair/grab a weapon and shoot Blufor.
|
|
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Mission:","
|
|
Roam around and observe. Recommended staying away from the market to begin with.
|
|
"]];
|
|
|
|
player createDiaryRecord ["Diary",["Situation:","
|
|
Civilians have reported a car bomb detonating in a <marker name='marker_1'>busy market.</marker><br/>
|
|
A small team has been deployed to provide medical assistance.<br/>
|
|
Opfor do operate in the area, and are expected to hinder them.<br/>
|
|
You are a civilian in the area. This is more of a spectator role.
|
|
|
|
"]];
|
|
|
|
};
|
|
};
|
|
|