Legend of Grimrock 2
0 of 0

File information

Last updated

Original upload

Created by

AdrTru

Uploaded by

AdrTru

Virus scan

Safe to use

1 comment

  1. jpdonald
    jpdonald
    • member
    • 0 kudos
    hello
    This works at level 1 (project editor first line) but not in the others levels. It is necessary to change :
    local mamscr = spawn("script_entity", 1, 1, 1, 1, 1, "mam");
    to
    local mamscr = spawn("script_entity", party.level, 1, 1, 1, 1, "mam");

    in mam.ini.lua
    Thank