Deleted82199053User Posted March 16, 2021 Share Posted March 16, 2021 (edited) I have tried but I faced error Is there a way use Map Markers with only one variable in scripts? this is a part of my script =========================================== Scriptname PortalQuestScript extends ReferenceAlias ObjectReference MapMarkerDestination MapMarkerDestination = "WhiterunMapMarkerRef" << This line makes type error MapMarkerDestination = "WindhelmMapMarkerRef" << This line too =========================================== Edited March 16, 2021 by Guest Link to comment Share on other sites More sharing options...
dylbill Posted March 16, 2021 Share Posted March 16, 2021 You need to link the property directly. Instead just do: Scriptname PortalQuestScript extends ReferenceAlias ObjectReference Property WhiterunMapMarkerRef AutoIf it's named the same in the script as it is in the creation kit, you can hit Auto Fill All when setting the property in the CK and it will automatically link. If it's named something different, or generic, you can hit Edit Value for the property, choose the cell and reference to link in manually. Link to comment Share on other sites More sharing options...
Recommended Posts