XRWS              <  Cext_01.cat ext_01.dat md/fblb.xml 835 1461346099 4498177939ca4d7809474f400dd5a08c
<?xml version="1.0" encoding="utf-8"?>
<mdscript name="fblb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="md.xsd">
<cues>
<cue name="fblb_cue" instantiate="true" checkinterval="5s" namespace="this">
	<conditions>
		<check_value value="not player.zone.isclass.highway"/>
	</conditions>
	<actions>
		<create_list name="$drops"/>
		<find_object name="$drops" space="player.zone" class="class.lockbox" multiple="true">
			<match_distance object="player.primaryship" max="1000"/>
		</find_object>

		<do_all exact="$drops.count" counter="$di">
			<set_value name="$drop" exact="$drops.{$di}"/>
			<show_help custom="'Opening a lockbox.'"/>
			<spawn_drop object="$drop"/>
			<destroy_object object="$drop" explosion="false"/>
		</do_all>
	</actions>
</cue>
</cues>
</mdscript>
<?xml version="1.0" encoding="iso-8859-1"?>
<content name="" description="" author="Assailer" version="100" save="false" date="2016-04-22" id="" lastupdate="">
  <text language="44" name="Fly-by Lockbox" description="Fly-by Lockbox" author="Assailer" version="1.00"/>
</content>
