#Start View
1 messages · Page 1 of 1 (latest)
Does setting the "Is landing map?" do what you want? https://github.com/RPTools/maptool/pull/5064
i thought landing map would set it as Starting map? the first map i load, when i connect?
Ah okay, maybe this event macro https://wiki.rptools.info/index.php/onChangeMap which then conditionally runs this https://wiki.rptools.info/index.php/setViewArea for your specific map?
thx, i will look at it 🙂
I guess its more a macro, which i can click, when they are connected, isnt it?
so its more like contr+F to force them?
Or is their startingview always at coordinates 0,0 when they join?
Could this coordinate have shifted due to my update?
If "Is landing map?" doesn't do what you want, really all you need is to have a library token that has a macro called onCampaignLoad, and that macro should contain [setCurrentMap(startingmap)]. You can give the library the property "startingmap" or whatever you want to call it, and then you can set a GM macro that allows you to designate whatever current map as the starting map by
[setLibProperty("startingmap", getCurrentMapName())]