Changeset 10174 for code/branches/storymodeHS14/data/gui/scripts
- Timestamp:
- Dec 11, 2014, 3:51:27 PM (10 years ago)
- Location:
- code/branches/storymodeHS14/data/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/storymodeHS14/data/gui/scripts/CampaignMenu.lua
r10157 r10174 52 52 53 53 function P.CheckLevel(filename) 54 local file = io.open("/home/pmao/pmao-extra-0/orxonox/storymode HS14/data/gui/scripts/campaign.txt", "r+")54 local file = io.open("/home/pmao/pmao-extra-0/orxonox/storymode/campaign.txt", "r+") 55 55 local index = 0 56 56 local returnvalue = false … … 134 134 end 135 135 136 137 136 138 return P -
code/branches/storymodeHS14/data/gui/scripts/campaign.txt
r10157 r10174 2 2 spacebar!!! . 3 3 missionOne.oxw 1 . 4 fightInOurBack.oxw 1.5 pirateAttack.oxw 1.4 fightInOurBack.oxw 0 . 5 pirateAttack.oxw 0 . 6 6 iJohnVane_TriptoArea51.oxw 0 . 7 7 ............................................................
Note: See TracChangeset
for help on using the changeset viewer.