diff options
| author | Alee <alee14498@gmail.com> | 2018-04-29 19:04:32 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-29 19:04:32 -0400 |
| commit | ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6 (patch) | |
| tree | 7c3f40b63e0eaec586e3f10ba3aaffa897796fa5 /Missions/StartingMission.xml | |
| download | Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.tar.gz Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.tar.bz2 Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.zip | |
Inital Commit
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 |
