Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2011, 11:21:03 PM (13 years ago)
Author:
jo
Message:

Minor level changes. Questmenu pauses game now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai2/data/gui/scripts/QuestGUI.lua

    r8706 r8838  
    3030    -- Load the list of quests to be displayed.
    3131    P.loadQuestsList(P.currentQuest)
     32    -- Pause the game - possible conflict for multiplayer quests
     33    orxonox.execute("setPause 1")
     34end
     35
     36function P.onQuit()
     37    orxonox.execute("setPause 0")
    3238end
    3339
Note: See TracChangeset for help on using the changeset viewer.