Campaigns

A campaign can be described as a number of separate adventures that are stringed together to form a cohesive whole. If an adventure can be compared to a movie, a campaign can be compared to a TV-series.

Edit the campaign.

    1. Adv. #1

    2. Adv. #2


Debug

$xml

SimpleXMLElement Object
(
    [name] => El Cisco Revenge
    [author] => Staffan Lindsgård
    [genre] => Horror
    [setting] => Contemporary
    [synopsis] => After the death of the brutoran beast Vismahli, life in the small mexican pueblo went back to normal. But there are those who are not too happy with the outcome of things and want to bring back the Brutora to El Cisco, even at the expense of their own sanity. Can our heroes defeat the new champion of the brutorans, Krehkame, and will they be able to seal the gate to Brutu forever?
    [adventures] => SimpleXMLElement Object
        (
            [adventure] => Array
                (
                    [0] => SimpleXMLElement Object
                        (
                            [adv_title] => Finding Nemodius
                            [adv_link] => a2_finding_nemodius.xml
                        )

                    [1] => SimpleXMLElement Object
                        (
                            [adv_title] => The Wizard of Ozra
                            [adv_link] => a2_the_wizard_of_ozra.xml
                        )

                )

        )

)

$issent

0

$delete_adventure

no

$xml (as XML)

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../rp-campaign.xsl"?>
<campaign xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../rp-campaign.xsd">
	<name>El Cisco Revenge</name>
	<author>Staffan Lindsgård</author>
	<genre>Horror</genre>
	<setting>Contemporary</setting>
	<synopsis>After the death of the brutoran beast Vismahli, life in the small mexican pueblo went back to normal. But there are those who are not too happy with the outcome of things and want to bring back the Brutora to El Cisco, even at the expense of their own sanity. Can our heroes defeat the new champion of the brutorans, Krehkame, and will they be able to seal the gate to Brutu forever?</synopsis>
	<adventures>
		<adventure>
			<adv_title>Finding Nemodius</adv_title>
			<adv_link>a2_finding_nemodius.xml</adv_link>
		</adventure>
		<adventure>
			<adv_title>The Wizard of Ozra</adv_title>
			<adv_link>a2_the_wizard_of_ozra.xml</adv_link>
		</adventure>
	</adventures>
</campaign>