0 of 0

File information

Last updated

Original upload

Created by

AdrTru

Uploaded by

AdrTru

Virus scan

Safe to use

2 comments

  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
    1. Harpo57
      Harpo57
      • member
      • 1 kudos
      That didn't work for me.  Just works on level 1 I guess and will make my adjustments.  I did see these on other levels in another mod though.