diff options
Diffstat (limited to 'Missions/StartingMission.xml')
| -rwxr-xr-x | Missions/StartingMission.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Missions/StartingMission.xml b/Missions/StartingMission.xml new file mode 100755 index 0000000..cac2a4f --- /dev/null +++ b/Missions/StartingMission.xml @@ -0,0 +1,25 @@ +<?xml version = "1.0" encoding = "UTF-8" ?>
+<mission id="startingMission">
+ <goals>
+ <!-- Goals here -->
+ </goals>
+ <!--
+ Add your mission start and end items here
+ missionStart val="0">loadConditionalActions:Actions/TestActions.xml</missionStart>
+ missionEnd val="1">addRank</missionEnd>
+ -->
+ <nextMission>NONE</nextMission>
+ <!--
+ <posting title="startingMission">This would be the post on a message board if it was on them.</posting>
+ -->
+ <email>
+ <sender>SENDER NAME HERE</sender>
+ <subject>This is an example email for Blank Extension</subject>
+ <body>You should add the body of the email here.
+Multiple lines etc.
+</body>
+ <attachments>
+ <!-- Add attachments like links and notes here -->
+ </attachments>
+ </email>
+</mission>
\ No newline at end of file |
