Jump to content

Recommended Posts

Posted

Hi everyone !

 

I have a little issue with MIST version 4.0.55 or 4.0.57 (tested with both).

It seems that I can't load Mist at mission start anymore. The following has been made in the ME trigger edition:

 

Mission start -> time more than 1 -> do script file mist_4_0_55.lua

Once ->time more than 10 -> do script file test.lua

 

test.lua is just the following:

do     
 local msg = {}      
 msg.text = 'Hello World'      
 msg.displayTime = 25       
 msg.msgFor = {coa = {'all'}}      
 mist.message.add(msg)   
end

But when I am at 10 seconds from the start, mist is not recognized and I get the standard error popup window (mist returning a nil value). Am I doing something wrong or has there been any changes recently ? It worked a few months ago.

 

Thanks in advance for your reply :smilewink:

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...