×
Меню
Индекс

MSFD Adding a location to the map

 
[no fix] ShowMap "cell ID"
 
ShowMap "Gnisis"
 
This function will highlight the indicated cells. Cell ID can be full or partial, i.e. all cells that begin with the given string will be highlighted on the world map (e.g. ShowMap "Vivec" will highlight all the cantons).
 
Sample Script: reading this book will indicate all these places on the world map:
Begin bookPilgrimsPath
 
if ( GetJournalIndex TT_PilgrimsPath >= 100 )
     Return
endif
 
if ( OnActivate == 1 )
     Journal TT_PilgrimsPath 100
     ShowMap "Gnisis"
     ShowMap "Vivec"
     ShowMap "Ghostgate"
     ShowMap "Koal Cave Entrance"
     ShowMap "Fields of Kummu"
     Activate
endif
 
End
 
Also see "FillMap" console command.