Guys I have a big problem. Some of my map scripts don't work and I dunno why I tried everything. For example:
If I come to this map I don't see msg from *.msg file and hero position is classic(in the middle of map=?). Scripts are properly registred. (scripts.LST, scripts.H, scrname.msg) Btw I use FSE. Can somebody tell me where is problem ?
Code:
procedure map_enter_p_proc
begin
if (map_first_run) then begin
override_map_start_hex(16717, 1, 5);
display_msg(mstr(100));
end
end