Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 5:27:15 PM (7 years ago)
Author:
rrogge
Message:

Everything works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/data/gui/scripts/Dialogue.lua

    r11432 r11433  
    5151
    5252function P.onLoad()
     53
    5354        orxout("loading")
    5455    P.wrapper = nil
     
    6061function P.onShow()
    6162        orxout("showing")
     63    orxonox.CommandExecutor:execute("setTimeFactor 0")
    6264    P.createInventory()
    6365    P.showing = true
     66
    6467end
    6568
    6669function P.onHide()
     70    orxonox.CommandExecutor:execute("setTimeFactor 1")
    6771    P.showing = false
    6872    P.cleanup(true)
     
    8791
    8892function P.createInventory()
     93
    8994    local pickupManager = orxonox.DialogueManager:getInstance()
    9095   
Note: See TracChangeset for help on using the changeset viewer.