Jump to content

how to use Map marker with only one variable?


Recommended Posts

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 by Guest
Link to comment
Share on other sites

You need to link the property directly. Instead just do:

 

Scriptname PortalQuestScript extends ReferenceAlias


ObjectReference Property WhiterunMapMarkerRef Auto

If 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...