I did two things: look.
edit city.txt
and add this slice of code to some map
It still doesn't work neither game or mapper (((
edit city.txt
Code:
[Area 50]
area_name=myLocationName
world_pos=270,90
start_state=Off
;lock_state=on
size=Small
townmap_art_idx=-1
townmap_label_art_idx=-1
entrance_0=On,130,410,startMap,-1,-1,0
and add this slice of code to some map
Code:
procedure map_exit_p_proc begin
if (town_known(50) == MARK_STATE_UNKNOWN) then begin
//debug_msg(" mark_on_map("+50+")");
mark_area_known(MARK_TYPE_TOWN,50,MARK_STATE_KNOWN);
end
end
It still doesn't work neither game or mapper (((