Changeset - 3be601f4a22d
[Not reviewed]
default
0 2 0
silverwing - 4 years ago 2019-12-02 14:36:16

0.9.2 -- one time cutscenes did not hide inventory
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
main.lua
Show inline comments
 
-- $Name: Пробуждение$
 
-- $Version: 0.9.1$
 
-- $Version: 0.9.2$
 
-- $Author: Khaelenmore Thaal$
 
-- $Info: Сайт автора: https://silverwing.one$
 
 
instead_version "1.9.1"
 
require "para"
 
require "dash"
utils.lua
Show inline comments
 
@@ -456,12 +456,14 @@ function lcutscene(nam, disp, dsc, msg, 
 
        var {
 
            state = 0;
 
        };
 
        not_follow = true;
 
        nam = nam;
 
        disp = disp;
 
        hideinv = true;
 
        cutscene = true;
 
        enter = function(s)
 
            if (s.state == 1) then
 
                x = EngineUtils.getValue(nxt);
 
                walk(nxt);
 
                pr(msg);
 
            end;
0 comments (0 inline, 0 general)