Changeset 8838 for code/branches/ai2/data/gui
- Timestamp:
- Aug 13, 2011, 11:21:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/data/gui/scripts/QuestGUI.lua
r8706 r8838 30 30 -- Load the list of quests to be displayed. 31 31 P.loadQuestsList(P.currentQuest) 32 -- Pause the game - possible conflict for multiplayer quests 33 orxonox.execute("setPause 1") 34 end 35 36 function P.onQuit() 37 orxonox.execute("setPause 0") 32 38 end 33 39
Note: See TracChangeset
for help on using the changeset viewer.